[evince] shell: Remove unused define from CPPFLAGS



commit b4274605576c24e77104c2ceb7ddecd4e2a003d2
Author: Christian Persch <chpe gnome org>
Date:   Wed Jun 13 14:25:57 2012 +0200

    shell: Remove unused define from CPPFLAGS

 shell/Makefile.am |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/shell/Makefile.am b/shell/Makefile.am
index 7ac7fb9..b730eb3 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -1,7 +1,6 @@
 NULL =
 
 INCLUDES=							\
-	-DEVINCEDATADIR=\"$(pkgdatadir)\"				\
 	-DGNOMEDATADIR=\"$(datadir)\"				\
 	-I$(top_srcdir)						\
 	-I$(top_builddir)					\
@@ -16,9 +15,7 @@ INCLUDES=							\
 	-I$(top_builddir)/libview				\
 	-I$(top_srcdir)/libmisc					\
 	-I$(top_srcdir)/properties				\
-	-DGNOMEICONDIR=\""$(datadir)/pixmaps"\" 		\
 	-DBINDIR=\""$(bindir)"\"				\
-	-DLIBEXECDIR=\""$(libexecdir)"\"			\
 	-DEVINCE_COMPILATION					\
 	$(SHELL_CFLAGS)						\
 	$(WARN_CFLAGS)						\
@@ -140,11 +137,8 @@ evinced_SOURCES = \
 	$(NULL)
 
 evinced_CFLAGS=				\
-	-DEVINCEDATADIR=\"$(pkgdatadir)\"			\
-	-DGNOMEDATADIR=\"$(datadir)\"				\
 	-I$(top_srcdir)						\
 	-I$(top_builddir)					\
-	-DLIBEXECDIR=\""$(libexecdir)"\"			\
 	-DEVINCE_COMPILATION					\
 	$(EV_DAEMON_CFLAGS)					\
 	$(WARN_CFLAGS)						\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]