diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2009-04-19 16:22:33 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2009-04-19 16:22:33 +0800 |
commit | c01c53db88c603b3f7150c6f763e5bd810ddf8ea (patch) | |
tree | 05acbf59b037c84453632f48012675b0c3b44315 /nothere | |
parent | 897d9bffefe278e587390355d83009d8ee97a588 (diff) | |
parent | e71bed8e3b0016f489ea420114cbe89dabf77896 (diff) | |
download | gsoc2013-empathy-c01c53db88c603b3f7150c6f763e5bd810ddf8ea.tar gsoc2013-empathy-c01c53db88c603b3f7150c6f763e5bd810ddf8ea.tar.gz gsoc2013-empathy-c01c53db88c603b3f7150c6f763e5bd810ddf8ea.tar.bz2 gsoc2013-empathy-c01c53db88c603b3f7150c6f763e5bd810ddf8ea.tar.lz gsoc2013-empathy-c01c53db88c603b3f7150c6f763e5bd810ddf8ea.tar.xz gsoc2013-empathy-c01c53db88c603b3f7150c6f763e5bd810ddf8ea.tar.zst gsoc2013-empathy-c01c53db88c603b3f7150c6f763e5bd810ddf8ea.zip |
Merge commit 'bigon/configure-deprecated-flag'
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 = \ |