summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/misc/plugins/bookmarkimport/gftp/Makefile.am
blob: 58836d6e7a37b9422b23b36d7248100de77cf829 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) ../../../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