aboutsummaryrefslogtreecommitdiffstats
path: root/camel/Makefile.am
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-05-16 03:09:03 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-05-16 03:09:03 +0800
commitc2940feaaa37dddbab155e71994c00d77895849f (patch)
tree510e75677ba270cd36ec9f8bd311e08fea56ffc7 /camel/Makefile.am
parentdadc54fa9885cbe38e84ed667fea13c9d3ee7603 (diff)
downloadgsoc2013-evolution-c2940feaaa37dddbab155e71994c00d77895849f.tar
gsoc2013-evolution-c2940feaaa37dddbab155e71994c00d77895849f.tar.gz
gsoc2013-evolution-c2940feaaa37dddbab155e71994c00d77895849f.tar.bz2
gsoc2013-evolution-c2940feaaa37dddbab155e71994c00d77895849f.tar.lz
gsoc2013-evolution-c2940feaaa37dddbab155e71994c00d77895849f.tar.xz
gsoc2013-evolution-c2940feaaa37dddbab155e71994c00d77895849f.tar.zst
gsoc2013-evolution-c2940feaaa37dddbab155e71994c00d77895849f.zip
Don't use EXTRA_GNOME_*, use the new CAMEL_* variables so we don't link in
2001-05-15 Jeffrey Stedfast <fejj@ximian.com> * Makefile.am: Don't use EXTRA_GNOME_*, use the new CAMEL_* variables so we don't link in tons of extra cruft that we don't need. svn path=/trunk/; revision=9821
Diffstat (limited to 'camel/Makefile.am')
-rw-r--r--camel/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/camel/Makefile.am b/camel/Makefile.am
index 8e59e8b190..ad0688f8cb 100644
--- a/camel/Makefile.am
+++ b/camel/Makefile.am
@@ -10,8 +10,7 @@ lib_LTLIBRARIES = libcamel.la
INCLUDES = -I.. -I$(srcdir)/.. \
-I$(top_srcdir)/intl \
-I$(top_srcdir)/e-util \
- $(GNOME_XML_CFLAGS) \
- $(EXTRA_GNOME_CFLAGS) \
+ $(CAMEL_CFLAGS) \
$(KRB4_CFLAGS) \
$(NSPR_CFLAGS) \
$(NSS_CFLAGS) \
@@ -181,7 +180,7 @@ libcamelinclude_HEADERS = \
libcamel_la_LDFLAGS = -version-info 0:0:0 -rpath $(libdir)
libcamel_la_LIBADD = $(top_builddir)/e-util/libeutil.la \
- $(GAL_LIBS) \
+ $(CAMEL_LIBS) \
$(KRB4_LDFLAGS) \
$(NSPR_LDFLAGS) \
$(NSS_LDFLAGS) \