diff options
author | Dan Winship <danw@src.gnome.org> | 2001-12-18 01:59:47 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-12-18 01:59:47 +0800 |
commit | d55058d6634181451751970ee40eca0b4c99040a (patch) | |
tree | 157519e6ccf775565a2c60fc49e2afb44a05d0b8 /camel/providers/nntp | |
parent | bdb095ab696dc1f2bd4bd081f90ee52d7a4bb61a (diff) | |
download | gsoc2013-evolution-d55058d6634181451751970ee40eca0b4c99040a.tar.gz gsoc2013-evolution-d55058d6634181451751970ee40eca0b4c99040a.tar.zst gsoc2013-evolution-d55058d6634181451751970ee40eca0b4c99040a.zip |
only use major and minor version in the camel providerdir, not micro and nano
svn path=/trunk/; revision=15121
Diffstat (limited to 'camel/providers/nntp')
-rw-r--r-- | camel/providers/nntp/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/camel/providers/nntp/Makefile.am b/camel/providers/nntp/Makefile.am index 7279c40be8..4605be64c8 100644 --- a/camel/providers/nntp/Makefile.am +++ b/camel/providers/nntp/Makefile.am @@ -2,10 +2,8 @@ libcamelnntpincludedir = $(includedir)/camel -providerdir = $(pkglibdir)/camel-providers/$(VERSION) - -provider_LTLIBRARIES = libcamelnntp.la -provider_DATA = libcamelnntp.urls +camel_provider_LTLIBRARIES = libcamelnntp.la +camel_provider_DATA = libcamelnntp.urls INCLUDES = -I../.. \ -I$(top_srcdir)/camel \ |