diff options
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 = \ |