You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
726 B
32 lines
726 B
12 years ago
|
## Makefile.am of tdebase/tdeioslave/man
|
||
15 years ago
|
|
||
|
INCLUDES= $(all_includes)
|
||
|
|
||
|
####### Files
|
||
|
|
||
12 years ago
|
kde_module_LTLIBRARIES = tdeio_lan.la
|
||
15 years ago
|
|
||
12 years ago
|
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)
|
||
15 years ago
|
|
||
12 years ago
|
noinst_HEADERS = tdeio_lan.h
|
||
15 years ago
|
|
||
|
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:
|
||
12 years ago
|
$(XGETTEXT) *.cpp -o $(podir)/tdeio_lan.pot
|
||
15 years ago
|
|