diff options
author | Tor Lillqvist <tml@novell.com> | 2005-12-17 22:15:38 +0800 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2005-12-17 22:15:38 +0800 |
commit | f90e52b1c0d343e75c8ddee2707c466846ad15a5 (patch) | |
tree | a221b9fd4819a9df449781152cb89b5189bbefc4 /e-util | |
parent | 82e65517b61e4c0e32a9f03a909effeb5c8bbb90 (diff) | |
download | gsoc2013-evolution-f90e52b1c0d343e75c8ddee2707c466846ad15a5.tar.gz gsoc2013-evolution-f90e52b1c0d343e75c8ddee2707c466846ad15a5.tar.zst gsoc2013-evolution-f90e52b1c0d343e75c8ddee2707c466846ad15a5.zip |
Don't need EXTRA_GNOME_CFLAGS or GNOME_FULL_CFLAGS.
2005-12-17 Tor Lillqvist <tml@novell.com>
* Makefile.am (INCLUDES): Don't need EXTRA_GNOME_CFLAGS or
GNOME_FULL_CFLAGS.
svn path=/trunk/; revision=30820
Diffstat (limited to 'e-util')
-rw-r--r-- | e-util/ChangeLog | 3 | ||||
-rw-r--r-- | e-util/Makefile.am | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index bd66cbe4bb..3ba9753e53 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,5 +1,8 @@ 2005-12-17 Tor Lillqvist <tml@novell.com> + * Makefile.am (INCLUDES): Don't need EXTRA_GNOME_CFLAGS or + GNOME_FULL_CFLAGS. + * e-util-private.h (fsync) * e-util.c: Don't bother with a Win32 implementation of fsync() as the uses of fsync() in evo are pretty irrelevant. Just #define diff --git a/e-util/Makefile.am b/e-util/Makefile.am index 0ae9076b01..8e4382dbbf 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -33,8 +33,6 @@ INCLUDES = \ -DSEARCH_RULE_DIR=\"$(ruledir)\" \ -DG_LOG_DOMAIN=\"e-utils\" \ $(GNOME_PILOT_CFLAGS) \ - $(EXTRA_GNOME_CFLAGS) \ - $(GNOME_FULL_CFLAGS) \ $(ICONV_CFLAGS) \ $(E_UTIL_CFLAGS) |