diff options
author | nobody <nobody@localhost> | 2000-03-29 08:30:07 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2000-03-29 08:30:07 +0800 |
commit | f801171ba9cf8ce18455c06d5ca3b4220435f4d0 (patch) | |
tree | 828b9805c964e1d00a9ba6be3c1dc64f78be9523 /camel/providers/pop3/Makefile.am | |
parent | bce1144ad7cd318cb193eb39aecc42cf8a87358e (diff) | |
download | gsoc2013-evolution-gnomemm-1_1_8.tar gsoc2013-evolution-gnomemm-1_1_8.tar.gz gsoc2013-evolution-gnomemm-1_1_8.tar.bz2 gsoc2013-evolution-gnomemm-1_1_8.tar.lz gsoc2013-evolution-gnomemm-1_1_8.tar.xz gsoc2013-evolution-gnomemm-1_1_8.tar.zst gsoc2013-evolution-gnomemm-1_1_8.zip |
This commit was manufactured by cvs2svn to create taggnomemm-1_1_8
'gnomemm-1_1_8'.
svn path=/tags/gnomemm-1_1_8/; revision=2231
Diffstat (limited to 'camel/providers/pop3/Makefile.am')
-rw-r--r-- | camel/providers/pop3/Makefile.am | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/camel/providers/pop3/Makefile.am b/camel/providers/pop3/Makefile.am deleted file mode 100644 index c587983ffc..0000000000 --- a/camel/providers/pop3/Makefile.am +++ /dev/null @@ -1,28 +0,0 @@ -## Process this file with automake to produce Makefile.in - -SUBDIRS = - -libcamelpop3includedir = $(includedir)/camel - -providerdir = $(pkglibdir)/camel-providers/$(VERSION) - -provider_LTLIBRARIES = libcamelpop3.la - -INCLUDES = -I.. -I$(srcdir)/.. -I$(includedir) \ - -I$(top_srcdir)/intl \ - $(GTK_INCLUDEDIR) -I$(top_srcdir)/camel \ - -I$(srcdir)/../mbox - -libcamelpop3_la_SOURCES = \ - camel-pop3-folder.c \ - camel-pop3-provider.c \ - camel-pop3-store.c - -libcamelpop3include_HEADERS = \ - camel-pop3-folder.h \ - camel-pop3-store.h - - -libcamelpop3_la_LDFLAGS = -version-info 0:0:0 -rpath $(libdir) - -EXTRA_DIST = |