summaryrefslogtreecommitdiffstats
path: root/kcontrol/ioslaveinfo/Makefile.am
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-02-10 16:29:07 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-02-10 16:29:07 -0600
commit50741cc5474353bba914746aa25b091aa609a38f (patch)
tree4749d137bae305e246f62dd290273b55d926ad3a /kcontrol/ioslaveinfo/Makefile.am
parent9abee0aada612f8cc875ff33f02c92c1211cb56f (diff)
downloadtdebase-50741cc5474353bba914746aa25b091aa609a38f.tar.gz
tdebase-50741cc5474353bba914746aa25b091aa609a38f.zip
Remove KControl Protocols module, move protocol items to the help handbook,
rename TDEIOSlaves->Protocols, add new help files, update other help files, make protocol handbooks consistent in format.
Diffstat (limited to 'kcontrol/ioslaveinfo/Makefile.am')
-rw-r--r--kcontrol/ioslaveinfo/Makefile.am21
1 files changed, 0 insertions, 21 deletions
diff --git a/kcontrol/ioslaveinfo/Makefile.am b/kcontrol/ioslaveinfo/Makefile.am
deleted file mode 100644
index 598f193f1..000000000
--- a/kcontrol/ioslaveinfo/Makefile.am
+++ /dev/null
@@ -1,21 +0,0 @@
-kde_module_LTLIBRARIES = kcm_ioslaveinfo.la
-
-kcm_ioslaveinfo_la_SOURCES = kcmioslaveinfo.cpp
-
-kcm_ioslaveinfo_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
-kcm_ioslaveinfo_la_LIBADD = -ltdeui $(LIB_TDEIO)
-
-AM_CPPFLAGS= $(all_includes)
-
-METASOURCES = AUTO
-
-messages:
- $(XGETTEXT) *.cpp -o $(podir)/kcmioslaveinfo.pot
-
-xdg_apps_DATA = ioslaveinfo.desktop
-
-install-data-local: uninstall.desktop
- $(mkinstalldirs) $(DESTDIR)$(kde_appsdir)/Settings/Information
-
-# $(INSTALL_DATA) $(srcdir)/uninstall.desktop $(DESTDIR)$(kde_appsdir)/Settings/Network/ioslaveinfo.desktop
-