blob: c7a22ed6affc41a79c2f0fc1ad300a0f40c79952 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
## Makefile.am of tdebase/kioslave/man
INCLUDES= $(all_includes)
####### Files
kde_module_LTLIBRARIES = kio_lan.la
kio_lan_la_SOURCES = kio_lan.cpp
kio_lan_la_LIBADD = $(LIB_KIO)
kio_lan_la_LDFLAGS = -module -avoid-version -no-undefined $(all_libraries) $(KDE_RPATH)
noinst_HEADERS = kio_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)/kio_lan.pot
|