diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-10-27 22:44:14 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-10-27 22:44:14 +0800 |
commit | 0e9dae0eb6c2f22aeb8904c7d161d68133a385b7 (patch) | |
tree | e977b2986b5b3eb59cb75f4b4e91c52a250c4181 | |
parent | e071cdeeb46b0f667c4847525f78a988c199297d (diff) | |
download | gsoc2013-evolution-0e9dae0eb6c2f22aeb8904c7d161d68133a385b7.tar.gz gsoc2013-evolution-0e9dae0eb6c2f22aeb8904c7d161d68133a385b7.tar.zst gsoc2013-evolution-0e9dae0eb6c2f22aeb8904c7d161d68133a385b7.zip |
Fixed this to include EXTRA_GNOME_CFLAGS.
2000-10-27 Christopher James Lahey <clahey@helixcode.com>
* Makefile.am: Fixed this to include EXTRA_GNOME_CFLAGS.
svn path=/trunk/; revision=6225
-rw-r--r-- | filter/ChangeLog | 4 | ||||
-rw-r--r-- | filter/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog index 24dc82fac7..ffbb45ebc1 100644 --- a/filter/ChangeLog +++ b/filter/ChangeLog @@ -1,3 +1,7 @@ +2000-10-27 Christopher James Lahey <clahey@helixcode.com> + + * Makefile.am: Fixed this to include EXTRA_GNOME_CFLAGS. + 2000-10-27 Jeffrey Stedfast <fejj@helixcode.com> * filter-driver.c (do_move): Don't mark as deleted here, otherwise diff --git a/filter/Makefile.am b/filter/Makefile.am index 3f8e3ed165..1b32ae9fcb 100644 --- a/filter/Makefile.am +++ b/filter/Makefile.am @@ -14,6 +14,7 @@ INCLUDES = \ $(GTKHTML_CFLAGS) \ $(UNICODE_CFLAGS) \ $(BONOBO_GNOME_CFLAGS) \ + $(EXTRA_GNOME_CFLAGS) \ -DFILTER_GLADEDIR=\"$(gladedir)\" \ -DG_LOG_DOMAIN=\"filter\" ## |