diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 15:11:21 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 15:11:21 -0600 |
commit | 472156a41b1348c714986c772759ad950fffbe75 (patch) | |
tree | 86369dab3bbe3d52c49051665bdfb49b9dfc16e3 /tdeioslave/nntp/Makefile.am | |
parent | 3e891e81335e5243583dab27faeebf001b8139a6 (diff) | |
download | tdebase-472156a41b1348c714986c772759ad950fffbe75.tar.gz tdebase-472156a41b1348c714986c772759ad950fffbe75.zip |
Rename kioslaves
Diffstat (limited to 'tdeioslave/nntp/Makefile.am')
-rw-r--r-- | tdeioslave/nntp/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tdeioslave/nntp/Makefile.am b/tdeioslave/nntp/Makefile.am index a48a7de80..9f1b322eb 100644 --- a/tdeioslave/nntp/Makefile.am +++ b/tdeioslave/nntp/Makefile.am @@ -2,11 +2,11 @@ INCLUDES= -I$(srcdir)/../.. -I$(srcdir)/.. $(all_includes) ####### Files -kde_module_LTLIBRARIES = kio_nntp.la +kde_module_LTLIBRARIES = tdeio_nntp.la -kio_nntp_la_SOURCES = nntp.cpp -kio_nntp_la_LIBADD = $(LIB_KIO) -kio_nntp_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) +tdeio_nntp_la_SOURCES = nntp.cpp +tdeio_nntp_la_LIBADD = $(LIB_KIO) +tdeio_nntp_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) METASOURCES = AUTO |