diff options
Diffstat (limited to 'camel/providers/nntp/Makefile.am')
-rw-r--r-- | camel/providers/nntp/Makefile.am | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/camel/providers/nntp/Makefile.am b/camel/providers/nntp/Makefile.am index a205f5bb83..5f96e78615 100644 --- a/camel/providers/nntp/Makefile.am +++ b/camel/providers/nntp/Makefile.am @@ -31,14 +31,14 @@ 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) +#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) +#test_newsrc_LDADD = libcamelnntp.la $(LDADD) |