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/filezilla3/Makefile.am

17 lines
647 B

INCLUDES = -I$(srcdir)/../../../interfaces \
-I$(top_builddir) \
-I$(top_builddir)/kftpgrabber/src \
$(all_includes)
METASOURCES = AUTO
kde_module_LTLIBRARIES = kftpimportplugin_filezilla3.la
kftpimportplugin_filezilla3_la_SOURCES = kftpimportfz3plugin.cpp
kftpimportplugin_filezilla3_la_LIBADD = $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) ../../../interfaces/libkftpinterfaces.la
kftpimportplugin_filezilla3_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
kde_services_DATA = kftpimportplugin_filezilla3.desktop
noinst_HEADERS = kftpimportfz3plugin.h
pluginsdir = $(kde_datadir)/kftpimportplugin_filezilla3