aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/printing
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-10-16 07:18:24 +0800
committerDan Winship <danw@src.gnome.org>2000-10-16 07:18:24 +0800
commit50ceceaaef60df956983ead4e259442caec1de26 (patch)
tree9c2419c1390d954e1b853e1da3e58a564cd964e4 /addressbook/printing
parentf020f430899c68b2ae2da01e7447617d09ccaff9 (diff)
downloadgsoc2013-evolution-50ceceaaef60df956983ead4e259442caec1de26.tar
gsoc2013-evolution-50ceceaaef60df956983ead4e259442caec1de26.tar.gz
gsoc2013-evolution-50ceceaaef60df956983ead4e259442caec1de26.tar.bz2
gsoc2013-evolution-50ceceaaef60df956983ead4e259442caec1de26.tar.lz
gsoc2013-evolution-50ceceaaef60df956983ead4e259442caec1de26.tar.xz
gsoc2013-evolution-50ceceaaef60df956983ead4e259442caec1de26.tar.zst
gsoc2013-evolution-50ceceaaef60df956983ead4e259442caec1de26.zip
Move a bunch of CPPFLAGS defs into INCLUDES so they doesn't override
any CPPFLAGS set at configure time svn path=/trunk/; revision=5935
Diffstat (limited to 'addressbook/printing')
-rw-r--r--addressbook/printing/Makefile.am12
1 files changed, 5 insertions, 7 deletions
diff --git a/addressbook/printing/Makefile.am b/addressbook/printing/Makefile.am
index 959f8ff924..a3156db610 100644
--- a/addressbook/printing/Makefile.am
+++ b/addressbook/printing/Makefile.am
@@ -11,19 +11,17 @@ glade_DATA = \
e-contact-print.glade \
e-contact-print.glade.h
-CPPFLAGS = \
+INCLUDES = \
+ $(GNOME_INCLUDEDIR) \
+ -DG_LOG_DOMAIN=\"addressbook-printing\" \
+ -I$(top_srcdir)/addressbook \
+ -I$(top_srcdir) \
-DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \
-DEVOLUTION_ECPSDIR=\""$(ecpsdir)"\" \
-DDATADIR=\""$(datadir)"\" \
$(GNOME_PRINT_CFLAGS) \
$(BONOBO_GNOME_CFLAGS)
-INCLUDES = \
- $(GNOME_INCLUDEDIR) \
- -DG_LOG_DOMAIN=\"addressbook-printing\" \
- -I$(top_srcdir)/addressbook \
- -I$(top_srcdir)
-
noinst_LIBRARIES = \
libecontactprint.a