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/gftp/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_gftp.la
kftpimportplugin_gftp_la_SOURCES = kftpimportgftpplugin.cpp
kftpimportplugin_gftp_la_LIBADD = $(LIB_TQT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) ../../../interfaces/libkftpinterfaces.la
kftpimportplugin_gftp_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
kde_services_DATA = kftpimportplugin_gftp.desktop
noinst_HEADERS = kftpimportgftpplugin.h
pluginsdir = $(kde_datadir)/kftpimportplugin_gftp