summaryrefslogtreecommitdiffstats
path: root/lanbrowsing/kio_lan/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'lanbrowsing/kio_lan/Makefile.am')
-rw-r--r--lanbrowsing/kio_lan/Makefile.am31
1 files changed, 0 insertions, 31 deletions
diff --git a/lanbrowsing/kio_lan/Makefile.am b/lanbrowsing/kio_lan/Makefile.am
deleted file mode 100644
index df87f09d..00000000
--- a/lanbrowsing/kio_lan/Makefile.am
+++ /dev/null
@@ -1,31 +0,0 @@
-## Makefile.am of tdebase/tdeioslave/man
-
-INCLUDES= $(all_includes)
-
-####### Files
-
-kde_module_LTLIBRARIES = tdeio_lan.la
-
-tdeio_lan_la_SOURCES = tdeio_lan.cpp
-tdeio_lan_la_LIBADD = $(LIB_KIO)
-tdeio_lan_la_LDFLAGS = -module -avoid-version -no-undefined $(all_libraries) $(KDE_RPATH)
-
-noinst_HEADERS = tdeio_lan.h
-
-kdelnk_DATA = lan.protocol rlan.protocol
-kdelnkdir = $(kde_servicesdir)
-
-remote_DATA = lan.desktop
-remotedir = $(kde_datadir)/konqueror/dirtree/remote
-
-remoteio_DATA = lan.desktop
-remoteiodir = $(kde_datadir)/remoteview
-
-konq_sidebartree_DATA = lisa.desktop
-konq_sidebartreedir = $(kde_datadir)/konqsidebartng/virtual_folders/services
-
-METASOURCES = AUTO
-
-messages:
- $(XGETTEXT) *.cpp -o $(podir)/tdeio_lan.pot
-