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.
tdelibs/tdeioslave/ftp/Makefile.am

17 lines
318 B

INCLUDES= $(all_includes)
####### Files
kde_module_LTLIBRARIES = tdeio_ftp.la
tdeio_ftp_la_SOURCES = ftp.cc
tdeio_ftp_la_LIBADD = $(LIB_KIO) $(LIB_QT) $(LIB_TDECORE)
tdeio_ftp_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
noinst_HEADERS = ftp.h
kdelnk_DATA = ftp.protocol
kdelnkdir = $(kde_servicesdir)