aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-09-26 07:43:55 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-09-26 07:43:55 +0800
commitefdd8e72f9bae4ece3e94225f226efca4013863f (patch)
tree8934951a3c3a7a208cdaf28f4018ae539a8a3342 /camel/providers
parentef4fa34d9d6d951f7414077e63c3016345505a6b (diff)
downloadgsoc2013-evolution-efdd8e72f9bae4ece3e94225f226efca4013863f.tar
gsoc2013-evolution-efdd8e72f9bae4ece3e94225f226efca4013863f.tar.gz
gsoc2013-evolution-efdd8e72f9bae4ece3e94225f226efca4013863f.tar.bz2
gsoc2013-evolution-efdd8e72f9bae4ece3e94225f226efca4013863f.tar.lz
gsoc2013-evolution-efdd8e72f9bae4ece3e94225f226efca4013863f.tar.xz
gsoc2013-evolution-efdd8e72f9bae4ece3e94225f226efca4013863f.tar.zst
gsoc2013-evolution-efdd8e72f9bae4ece3e94225f226efca4013863f.zip
[Patch for Automake 1.5 compatibility pointed out by Richard
Boulton <richard@tartarus.org>, as per #9258.] * providers/nntp/Makefile.am: Remove some commented parts that make Automake 1.5 choke. * Makefile.am (camel-lock-helper): Add $(EXEEXT) for Automake 1.5 compatibility. svn path=/trunk/; revision=13137
Diffstat (limited to 'camel/providers')
-rw-r--r--camel/providers/nntp/Makefile.am12
1 files changed, 0 insertions, 12 deletions
diff --git a/camel/providers/nntp/Makefile.am b/camel/providers/nntp/Makefile.am
index a453ec305f..1244c04e52 100644
--- a/camel/providers/nntp/Makefile.am
+++ b/camel/providers/nntp/Makefile.am
@@ -39,15 +39,3 @@ libcamelnntpinclude_HEADERS = \
libcamelnntp_la_LDFLAGS = -version-info 0:0:0
EXTRA_DIST = libcamelnntp.urls
-
-#noinst_PROGRAMS = test-newsrc
-
-#LDADD = \
- #$(top_builddir)/camel/libcamel.la \
- #$(top_builddir)/e-util/libeutil.la \
- #$(top_builddir)/libibex/libibex.la \
- #$(GNOME_LIBDIR) \
- #$(GNOMEUI_LIBS) $(INTLLIBS) $(EXTRA_GNOME_LIBS)
-# $(BONOBO_LIBS)
-
-#test_newsrc_LDADD = libcamelnntp.la $(LDADD)