Define in terms of privincludedir. (camellibexecdir): Define in terms of
authorDan Winship <danw@src.gnome.org>
Wed, 5 Feb 2003 22:34:18 +0000 (22:34 +0000)
committerDan Winship <danw@src.gnome.org>
Wed, 5 Feb 2003 22:34:18 +0000 (22:34 +0000)
* 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

camel/ChangeLog
camel/Makefile.am
camel/providers/imap/Makefile.am
camel/providers/local/Makefile.am
camel/providers/nntp/Makefile.am
camel/providers/pop3/Makefile.am
camel/providers/sendmail/Makefile.am
camel/providers/smtp/Makefile.am

index a34209a..0051ebf 100644 (file)
@@ -1,3 +1,19 @@
+2003-02-05  Dan Winship  <danw@ximian.com>
+
+       * 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
+
 2003-02-04  Not Zed  <NotZed@Ximian.com>
 
        * camel-object.c (camel_object_bag_new): Init bag->owner to 0.
index 97f4450..119798b 100644 (file)
@@ -2,9 +2,9 @@
 
 SUBDIRS = . providers tests
 
-libcamelincludedir = $(includedir)/evolution-$(BASE_VERSION)/camel
+libcamelincludedir = $(privincludedir)/camel
 
-camellibexecdir = $(libexecdir)/evolution/$(BASE_VERSION)/camel/
+camellibexecdir = $(privlibexecdir)/camel
 camellibexec_PROGRAMS =        camel-lock-helper camel-index-control
 
 privlib_LTLIBRARIES = libcamel.la
@@ -221,7 +221,7 @@ libcamelinclude_HEADERS =                   \
        camel.h                                 \
        string-utils.h
 
-libcamel_la_LDFLAGS = -version-info 0:0:0 -rpath $(libdir)
+libcamel_la_LDFLAGS = -version-info 0:0:0
 
 libcamel_la_LIBADD =                           \
        $(top_builddir)/e-util/libeutil.la      \
index d6ca625..78ca84d 100644 (file)
@@ -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)                       \
index ee2d4df..203e726 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-libcamellocalincludedir = $(includedir)/evolution-$(BASE_VERSION)/camel
+libcamellocalincludedir = $(privincludedir)/camel
 
 camel_provider_LTLIBRARIES = libcamellocal.la
 camel_provider_DATA = libcamellocal.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)                       \
index 505cfb0..77a10c8 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-libcamelnntpincludedir = $(includedir)/evolution-$(BASE_VERSION)/camel
+libcamelnntpincludedir = $(privincludedir)/camel
 
 camel_provider_LTLIBRARIES = libcamelnntp.la
 camel_provider_DATA = libcamelnntp.urls
@@ -10,7 +10,6 @@ INCLUDES = -I../..                            \
        -I$(top_srcdir)/intl                    \
        -I$(top_srcdir)/e-util                  \
        -I$(top_srcdir)                         \
-       -I$(includedir)                         \
        $(CAMEL_CFLAGS)                         \
        $(GNOME_INCLUDEDIR)                     \
        $(GTK_INCLUDEDIR)                       \
index cf7369b..b5e210d 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-libcamelpop3includedir = $(includedir)/evolution-$(BASE_VERSION)/camel
+libcamelpop3includedir = $(privincludedir)/camel
 
 camel_provider_LTLIBRARIES = libcamelpop3.la
 camel_provider_DATA = libcamelpop3.urls
@@ -9,7 +9,6 @@ INCLUDES =                                      \
        -I..                                    \
        -I$(srcdir)/..                          \
        -I$(srcdir)/../../..                    \
-        -I$(includedir)                                \
        -I$(top_srcdir)/intl                    \
        -I$(top_srcdir)/camel                   \
        -I$(top_srcdir)/e-util                  \
index 59c6bdb..71c0a19 100644 (file)
@@ -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)                                 \
index b296dd0..df26fc0 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-libcamelsmtpincludedir = $(includedir)/evolution-$(BASE_VERSION)/camel
+libcamelsmtpincludedir = $(privincludedir)/camel
 
 camel_provider_LTLIBRARIES = libcamelsmtp.la
 camel_provider_DATA = libcamelsmtp.urls
@@ -9,7 +9,6 @@ INCLUDES =                                      \
        -I..                                    \
        -I$(srcdir)/..                          \
        -I$(srcdir)/../../..                    \
-       -I$(includedir)                         \
        -I$(top_srcdir)/intl                    \
        -I$(top_srcdir)/camel                   \
        -I$(top_srcdir)/e-util                  \