From 3e0211a7d2b5a6b585f53addff3bc24f7cfb73b0 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 5 Feb 2003 22:34:18 +0000 Subject: 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 --- camel/providers/sendmail/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'camel/providers/sendmail') diff --git a/camel/providers/sendmail/Makefile.am b/camel/providers/sendmail/Makefile.am index 59c6bdb927..71c0a191fe 100644 --- a/camel/providers/sendmail/Makefile.am +++ b/camel/providers/sendmail/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -libcamelsendmailincludedir = $(includedir)/evolution-$(BASE_VERSION)/camel +libcamelsendmailincludedir = $(privincludedir)/camel camel_provider_LTLIBRARIES = libcamelsendmail.la camel_provider_DATA = libcamelsendmail.urls @@ -9,7 +9,6 @@ INCLUDES = \ -I.. \ -I$(srcdir)/.. \ -I$(srcdir)/../../.. \ - -I$(includedir) \ -I$(top_srcdir)/intl \ -I$(top_srcdir)/camel \ $(CAMEL_CFLAGS) \ -- cgit v1.2.3