blob: 7e48ed462a21602e040f1a556dee4c62fee33e77 (
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_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
|