diff options
Diffstat (limited to 'tdeioslave/nntp/Makefile.am')
-rw-r--r-- | tdeioslave/nntp/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeioslave/nntp/Makefile.am b/tdeioslave/nntp/Makefile.am index 9f1b322eb..2cc883c3d 100644 --- a/tdeioslave/nntp/Makefile.am +++ b/tdeioslave/nntp/Makefile.am @@ -5,7 +5,7 @@ INCLUDES= -I$(srcdir)/../.. -I$(srcdir)/.. $(all_includes) kde_module_LTLIBRARIES = tdeio_nntp.la tdeio_nntp_la_SOURCES = nntp.cpp -tdeio_nntp_la_LIBADD = $(LIB_KIO) +tdeio_nntp_la_LIBADD = $(LIB_TDEIO) tdeio_nntp_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) METASOURCES = AUTO |