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.
17 lines
285 B
17 lines
285 B
15 years ago
|
INCLUDES= $(all_includes)
|
||
|
|
||
|
####### Files
|
||
|
|
||
|
kde_module_LTLIBRARIES = kio_ftp.la
|
||
|
|
||
|
kio_ftp_la_SOURCES = ftp.cc
|
||
|
kio_ftp_la_LIBADD = $(LIB_KIO)
|
||
|
kio_ftp_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
||
|
|
||
|
noinst_HEADERS = ftp.h
|
||
|
|
||
|
kdelnk_DATA = ftp.protocol
|
||
|
kdelnkdir = $(kde_servicesdir)
|
||
|
|
||
|
|