diff options
-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) |