You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
709 B
21 lines
709 B
include $(top_srcdir)/kexi/Makefile.global
|
|
|
|
kde_module_LTLIBRARIES = keximigrate_mysql.la
|
|
|
|
INCLUDES = -I$(srcdir)/../../.. -I$(top_srcdir)/kexi $(all_includes) -I$(MYSQL_INC)
|
|
|
|
keximigrate_mysql_la_METASOURCES = AUTO
|
|
|
|
keximigrate_mysql_la_SOURCES = mysqlmigrate.cpp
|
|
|
|
keximigrate_mysql_la_LIBADD = $(KOFFICE_LIBS) $(LIB_TDEPARTS) $(LIB_TQT) ../libkeximigrate.la $(MYSQL_LIBS) -lmysqlclient \
|
|
../../../kexi/kexidb/libkexidb.la \
|
|
../../../kexi/kexiutils/libkexiutils.la
|
|
|
|
keximigrate_mysql_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(VER_INFO) -no-undefined -ltdecore -ltdeui $(LIB_TQT) -lkjs -ltdefx -ltdeio -ltdeparts
|
|
|
|
kde_services_DATA = keximigrate_mysql.desktop
|
|
|
|
noinst_HEADERS = mysqlmigrate.h
|
|
|