diff options
Diffstat (limited to 'e-util')
-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 04c1d52621..e6aedd3af9 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,7 @@ +2003-02-27 JP Rosevear <jpr@ximian.com> + + * Makefile.am: include gnome-pilot cflags + 2003-02-23 Jeffrey Stedfast <fejj@ximian.com> * e-account-list.c (gconf_accounts_changed): 'uid' should not be diff --git a/e-util/Makefile.am b/e-util/Makefile.am index a408c331ee..269eef7ca9 100644 --- a/e-util/Makefile.am +++ b/e-util/Makefile.am @@ -12,7 +12,7 @@ INCLUDES = \ -DG_DISABLE_DEPRECATED \ -DGTK_DISABLE_DEPRECATED \ $(DB3_CFLAGS) \ - $(PISOCK_CFLAGS) \ + $(GNOME_PILOT_CFLAGS) \ $(E_UTIL_CFLAGS) privlib_LTLIBRARIES = libeutil.la libedb3util.la libeconduit.la |