summaryrefslogtreecommitdiffstats
path: root/kftpgrabber/src/misc/plugins/bookmarkimport/kftp/Makefile.am
blob: 655e86b4f48349110e9344811713b012cd1f2c0e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
INCLUDES = -I$(srcdir)/../../../interfaces \
           $(all_includes)
METASOURCES = AUTO

kde_module_LTLIBRARIES = kftpimportplugin_kftp.la
kftpimportplugin_kftp_la_SOURCES = kftpimportkftpplugin.cpp
kftpimportplugin_kftp_la_LIBADD = $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) $(LIB_KPARTS) ../../../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