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
322 B
17 lines
322 B
INCLUDES= $(all_includes)
|
|
|
|
####### Files
|
|
|
|
kde_module_LTLIBRARIES = tdeio_ftp.la
|
|
|
|
tdeio_ftp_la_SOURCES = ftp.cpp
|
|
tdeio_ftp_la_LIBADD = $(LIB_TDEIO) $(LIB_TQT) $(LIB_TDECORE)
|
|
tdeio_ftp_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
|
|
|
|
noinst_HEADERS = ftp.h
|
|
|
|
kdelnk_DATA = ftp.protocol
|
|
kdelnkdir = $(kde_servicesdir)
|
|
|
|
|