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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | addressbook/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 50e8296bff..e68eca698a 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,15 @@ +2000-10-15 Dan Winship <danw@helixcode.com> + + * gui/component/select-names/Makefile.am: + * gui/component/Makefile.am: Remove CPPFLAGS since they just + duplicate flags that were already in INCLUDES. + + * printing/Makefile.am (ecpsdir): + * gui/widgets/Makefile.am: + * contact-editor/Makefile.am: Move -D flags from CPPFLAGS to + INCLUDES so they don't override any CPPFLAGS set at configure + time. + 2000-10-14 Michael Meeks <michael@helixcode.com> * gui/component/addressbook.c (control_activate): if we are in |