diff options
author | Mikael Hallendal <micke@codefactory.se> | 2001-04-23 08:16:10 +0800 |
---|---|---|
committer | Mikael Hallendal <hallski@src.gnome.org> | 2001-04-23 08:16:10 +0800 |
commit | 113cb67b3312b1c19c287d566ef2a7c8a06af3a2 (patch) | |
tree | e74cecfedde99a8a42550a4ed0c6fb204e968e5a /camel | |
parent | 061990182b485323333086e4724755ee28e42797 (diff) | |
download | gsoc2013-evolution-113cb67b3312b1c19c287d566ef2a7c8a06af3a2.tar gsoc2013-evolution-113cb67b3312b1c19c287d566ef2a7c8a06af3a2.tar.gz gsoc2013-evolution-113cb67b3312b1c19c287d566ef2a7c8a06af3a2.tar.bz2 gsoc2013-evolution-113cb67b3312b1c19c287d566ef2a7c8a06af3a2.tar.lz gsoc2013-evolution-113cb67b3312b1c19c287d566ef2a7c8a06af3a2.tar.xz gsoc2013-evolution-113cb67b3312b1c19c287d566ef2a7c8a06af3a2.tar.zst gsoc2013-evolution-113cb67b3312b1c19c287d566ef2a7c8a06af3a2.zip |
Changed GTK_INCLUDEDIR to EXTRA_GNOME_CFLAGS.
2001-04-23 Mikael Hallendal <micke@codefactory.se>
* providers/nntp/Makefile.am (INCLUDES):
Changed GTK_INCLUDEDIR to EXTRA_GNOME_CFLAGS.
svn path=/trunk/; revision=9494
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 = \ |