aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-02-06 06:34:18 +0800
committerDan Winship <danw@src.gnome.org>2003-02-06 06:34:18 +0800
commit3e0211a7d2b5a6b585f53addff3bc24f7cfb73b0 (patch)
tree32dfa2f1652652e3029732673c0d1b5b1aad3540 /camel/providers/imap
parentfefb7820db99e63564395beeec82949ccb0e3b9f (diff)
downloadgsoc2013-evolution-3e0211a7d2b5a6b585f53addff3bc24f7cfb73b0.tar
gsoc2013-evolution-3e0211a7d2b5a6b585f53addff3bc24f7cfb73b0.tar.gz
gsoc2013-evolution-3e0211a7d2b5a6b585f53addff3bc24f7cfb73b0.tar.bz2
gsoc2013-evolution-3e0211a7d2b5a6b585f53addff3bc24f7cfb73b0.tar.lz
gsoc2013-evolution-3e0211a7d2b5a6b585f53addff3bc24f7cfb73b0.tar.xz
gsoc2013-evolution-3e0211a7d2b5a6b585f53addff3bc24f7cfb73b0.tar.zst
gsoc2013-evolution-3e0211a7d2b5a6b585f53addff3bc24f7cfb73b0.zip
Define in terms of privincludedir. (camellibexecdir): Define in terms of
* Makefile.am (libcamelincludedir): Define in terms of privincludedir. (camellibexecdir): Define in terms of privlibexecdir (libcamel_la_LDFLAGS): Remove -rpath. (automake will add that) * providers/imap/Makefile.am (libcamelimapincludedir): Define in terms of privincludedir. (INCLUDES): Remove -I$(includedir) * providers/local/Makefile.am: Likewise * providers/nntp/Makefile.am: Likewise * providers/pop3/Makefile.am: Likewise * providers/sendmail/Makefile.am: Likewise * providers/smtp/Makefile.am: Likewise svn path=/trunk/; revision=19775
Diffstat (limited to 'camel/providers/imap')
-rw-r--r--camel/providers/imap/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/camel/providers/imap/Makefile.am b/camel/providers/imap/Makefile.am
index d6ca625822..78ca84dacd 100644
--- a/camel/providers/imap/Makefile.am
+++ b/camel/providers/imap/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-libcamelimapincludedir = $(includedir)/evolution-$(BASE_VERSION)/camel
+libcamelimapincludedir = $(privincludedir)/camel
camel_provider_LTLIBRARIES = libcamelimap.la
camel_provider_DATA = libcamelimap.urls
@@ -11,7 +11,6 @@ INCLUDES = -I.. \
-I$(top_srcdir)/intl \
-I$(top_srcdir)/e-util \
-I$(top_srcdir) \
- -I$(includedir) \
$(CAMEL_CFLAGS) \
$(GNOME_INCLUDEDIR) \
$(GTK_INCLUDEDIR) \