diff options
-rw-r--r-- | e-util/ChangeLog | 4 | ||||
-rw-r--r-- | e-util/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 7ac47969e5..ee35caf134 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,7 @@ +2001-03-12 JP Rosevear <jpr@ximian.com> + + * Makefile.am: update cflag macros + 2001-03-07 Dan Winship <danw@ximian.com> * e-html-utils.c (url_extract): Fix an off-by-one in the "is this diff --git a/e-util/Makefile.am b/e-util/Makefile.am index 8a89dbe447..2efec61ca3 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -7,7 +7,7 @@ INCLUDES = \ $(GNOME_INCLUDEDIR) \ $(EXTRA_GNOME_CFLAGS) \ $(UNICODE_CFLAGS) \ - $(PISOCK_INCLUDEDIR) \ + $(PISOCK_CFLAGS) \ -DEVOLUTION_IMAGES=\""$(imagesdir)"\" \ -DG_LOG_DOMAIN=\"e-utils\" |