aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-12-20 05:10:27 +0800
committerDan Winship <danw@src.gnome.org>2001-12-20 05:10:27 +0800
commit6662ed356bac19211b8e28af01a145a543cf5ef9 (patch)
treea3aa4151efe94413e0bae4541646597b2021be7d
parent41ae1a6e69c6ad404bfc8e67faaacab620647c3d (diff)
downloadgsoc2013-evolution-6662ed356bac19211b8e28af01a145a543cf5ef9.tar
gsoc2013-evolution-6662ed356bac19211b8e28af01a145a543cf5ef9.tar.gz
gsoc2013-evolution-6662ed356bac19211b8e28af01a145a543cf5ef9.tar.bz2
gsoc2013-evolution-6662ed356bac19211b8e28af01a145a543cf5ef9.tar.lz
gsoc2013-evolution-6662ed356bac19211b8e28af01a145a543cf5ef9.tar.xz
gsoc2013-evolution-6662ed356bac19211b8e28af01a145a543cf5ef9.tar.zst
gsoc2013-evolution-6662ed356bac19211b8e28af01a145a543cf5ef9.zip
install in the right directory. (accidentally didn't commit these before)
svn path=/trunk/; revision=15186
-rw-r--r--camel/providers/sendmail/Makefile.am7
-rw-r--r--camel/providers/smtp/Makefile.am6
2 files changed, 4 insertions, 9 deletions
diff --git a/camel/providers/sendmail/Makefile.am b/camel/providers/sendmail/Makefile.am
index dcb0e919ed..a6aeb09bf2 100644
--- a/camel/providers/sendmail/Makefile.am
+++ b/camel/providers/sendmail/Makefile.am
@@ -2,11 +2,8 @@
libcamelsendmailincludedir = $(includedir)/camel
-
-providerdir = $(pkglibdir)/camel-providers/$(VERSION)
-
-provider_LTLIBRARIES = libcamelsendmail.la
-provider_DATA = libcamelsendmail.urls
+camel_provider_LTLIBRARIES = libcamelsendmail.la
+camel_provider_DATA = libcamelsendmail.urls
INCLUDES = \
-I.. \
diff --git a/camel/providers/smtp/Makefile.am b/camel/providers/smtp/Makefile.am
index 7a0212ddfd..8bc666f1aa 100644
--- a/camel/providers/smtp/Makefile.am
+++ b/camel/providers/smtp/Makefile.am
@@ -2,10 +2,8 @@
libcamelsmtpincludedir = $(includedir)/camel
-providerdir = $(pkglibdir)/camel-providers/$(VERSION)
-
-provider_LTLIBRARIES = libcamelsmtp.la
-provider_DATA = libcamelsmtp.urls
+camel_provider_LTLIBRARIES = libcamelsmtp.la
+camel_provider_DATA = libcamelsmtp.urls
INCLUDES = \
-I.. \