diff options
Diffstat (limited to 'camel')
-rw-r--r-- | camel/ChangeLog | 5 | ||||
-rw-r--r-- | camel/providers/nntp/Makefile.am | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 0e0014d5df..66e141ec61 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,8 @@ +2001-04-23 Mikael Hallendal <micke@codefactory.se> + + * providers/nntp/Makefile.am (INCLUDES): + Changed GTK_INCLUDEDIR to EXTRA_GNOME_CFLAGS. + 2001-04-20 Jeffrey Stedfast <fejj@ximian.com> * camel-smime-context.c (smime_sign): Implemented using the diff --git a/camel/providers/nntp/Makefile.am b/camel/providers/nntp/Makefile.am index 4b686735e3..a453ec305f 100644 --- a/camel/providers/nntp/Makefile.am +++ b/camel/providers/nntp/Makefile.am @@ -14,7 +14,7 @@ INCLUDES = -I../.. \ -I$(top_srcdir)/e-util \ -I$(top_srcdir) \ -I$(includedir) \ - $(GTK_INCLUDEDIR) \ + $(EXTRA_GNOME_CFLAGS) \ -DG_LOG_DOMAIN=\"camel-nntp-provider\" libcamelnntp_la_SOURCES = \ |