diff options
author | Dan Winship <danw@src.gnome.org> | 2000-10-16 07:18:24 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-10-16 07:18:24 +0800 |
commit | 50ceceaaef60df956983ead4e259442caec1de26 (patch) | |
tree | 9c2419c1390d954e1b853e1da3e58a564cd964e4 /addressbook/gui/widgets/Makefile.am | |
parent | f020f430899c68b2ae2da01e7447617d09ccaff9 (diff) | |
download | gsoc2013-evolution-50ceceaaef60df956983ead4e259442caec1de26.tar.gz 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/gui/widgets/Makefile.am')
-rw-r--r-- | addressbook/gui/widgets/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/addressbook/gui/widgets/Makefile.am b/addressbook/gui/widgets/Makefile.am index c0c4c7d488..03bd9a4d6e 100644 --- a/addressbook/gui/widgets/Makefile.am +++ b/addressbook/gui/widgets/Makefile.am @@ -1,8 +1,6 @@ -CPPFLAGS = \ - -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" - INCLUDES = \ -DG_LOG_DOMAIN=\"e-minicard\" \ + -DEVOLUTION_GLADEDIR=\""$(gladedir)"\" \ -I$(top_srcdir) \ -I$(top_srcdir)/addressbook/backend/ebook \ -I$(top_srcdir)/addressbook/contact-editor \ |