summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/misc/plugins/bookmarkimport/ncftp/Makefile.am
blob: a02c43890460ab31ee8058daee6b040f0c0aab10 (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_ncftp.la
kftpimportplugin_ncftp_la_SOURCES = kftpimportncftpplugin.cpp
kftpimportplugin_ncftp_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_TDEPARTS) ../../../interfaces/libkftpinterfaces.la
kftpimportplugin_ncftp_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)

kde_services_DATA = kftpimportplugin_ncftp.desktop
noinst_HEADERS = kftpimportncftpplugin.h

pluginsdir = $(kde_datadir)/kftpimportplugin_ncftp