aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/nntp
diff options
context:
space:
mode:
authorMikael Hallendal <micke@codefactory.se>2001-04-23 08:16:10 +0800
committerMikael Hallendal <hallski@src.gnome.org>2001-04-23 08:16:10 +0800
commit113cb67b3312b1c19c287d566ef2a7c8a06af3a2 (patch)
treee74cecfedde99a8a42550a4ed0c6fb204e968e5a /camel/providers/nntp
parent061990182b485323333086e4724755ee28e42797 (diff)
downloadgsoc2013-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/providers/nntp')
-rw-r--r--camel/providers/nntp/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 = \