diff options
author | Laurent Bigonville <bigon@bigon.be> | 2009-04-18 00:24:42 +0800 |
---|---|---|
committer | Laurent Bigonville <bigon@bigon.be> | 2009-04-18 00:24:42 +0800 |
commit | e71bed8e3b0016f489ea420114cbe89dabf77896 (patch) | |
tree | 23337e639a5682102ef639a7e5f21ee4d29e9be3 /nothere | |
parent | 7c1c77662edf9ef232bb7648fa6c516d31de3648 (diff) | |
download | gsoc2013-empathy-e71bed8e3b0016f489ea420114cbe89dabf77896.tar gsoc2013-empathy-e71bed8e3b0016f489ea420114cbe89dabf77896.tar.gz gsoc2013-empathy-e71bed8e3b0016f489ea420114cbe89dabf77896.tar.bz2 gsoc2013-empathy-e71bed8e3b0016f489ea420114cbe89dabf77896.tar.lz gsoc2013-empathy-e71bed8e3b0016f489ea420114cbe89dabf77896.tar.xz gsoc2013-empathy-e71bed8e3b0016f489ea420114cbe89dabf77896.tar.zst gsoc2013-empathy-e71bed8e3b0016f489ea420114cbe89dabf77896.zip |
Use autotools magic to take care of disabling deprecated symbols
Passing --enable-maintainer-mode to the configure will disable
deprecated symbols
Diffstat (limited to 'nothere')
-rw-r--r-- | nothere/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nothere/src/Makefile.am b/nothere/src/Makefile.am index b4b016afc..d2ff7fe4f 100644 --- a/nothere/src/Makefile.am +++ b/nothere/src/Makefile.am @@ -3,7 +3,7 @@ AM_CPPFLAGS = \ -DPKGDATADIR=\""$(pkgdatadir)"\" \ -DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ -DIMAGEDIR=\"$(datadir)/empathy\" \ - $(NOTHERE_CFLAGS) $(WARN_CFLAGS) + $(NOTHERE_CFLAGS) $(WARN_CFLAGS) $(DISABLE_DEPRECATED) libexec_PROGRAMS = nothere-applet nothere_applet_SOURCES = \ |