summaryrefslogtreecommitdiffstats
path: root/kexi/migration/txt/Makefile.am
blob: 2e2d81facb53758ba48f9c7f83906d668b134808 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
include $(top_srcdir)/kexi/Makefile.global

kde_module_LTLIBRARIES = keximigrate_txtmigrate.la

INCLUDES = -I$(srcdir)/../../.. -I$(top_srcdir)/kexi $(all_includes)

keximigrate_txtmigrate_la_METASOURCES = AUTO

keximigrate_txtmigrate_la_SOURCES = txtmigrate.cpp

keximigrate_txtmigrate_la_LIBADD = $(LIB_TDEPARTS) $(LIB_TQT) ../libkeximigrate.la

keximigrate_txtmigrate_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(VER_INFO) -no-undefined

kde_services_DATA = keximigrate_txtmigrate.desktop

noinst_HEADERS =  txtmigrate.h