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.
kftpgrabber/kftpgrabber/src/misc/plugins/bookmarkimport/kftp/Makefile.am

17 lines
613 B

INCLUDES = -I$(srcdir)/../../../interfaces \
-I$(top_builddir) \
-I$(top_builddir)/kftpgrabber/src \
$(all_includes)
METASOURCES = AUTO
kde_module_LTLIBRARIES = kftpimportplugin_kftp.la
kftpimportplugin_kftp_la_SOURCES = kftpimportkftpplugin.cpp
kftpimportplugin_kftp_la_LIBADD = $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) ../../../interfaces/libkftpinterfaces.la
kftpimportplugin_kftp_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
kde_services_DATA = kftpimportplugin_kftp.desktop
noinst_HEADERS = kftpimportkftpplugin.h
pluginsdir = $(kde_datadir)/kftpimportplugin_kftp