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.
koffice/kexi/plugins/relations/Makefile.am

31 lines
1.1 KiB

include $(top_srcdir)/kexi/Makefile.global
kde_module_LTLIBRARIES = kexihandler_relation.la
#kexihandler_relation_la_SOURCES = kexirelationhandler.cpp kexirelationhandlerproxy.cpp kexirelationview.cpp \
# kexirelationviewtable.cpp kexirelationdialog.cpp \
# kexirelationviewconnection.cpp
kexihandler_relation_la_SOURCES = kexirelationpartimpl.cpp \
kexirelationmaindlg.cpp
kexihandler_relation_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) $(VER_INFO) -module -ltdecore -ltdeui $(LIB_TQT) -lkjs -ltdefx -ltdeio -ltdeparts
kexihandler_relation_la_LIBADD = $(KOFFICE_LIBS) ../../core/libkexicore.la \
../../widget/relations/libkexirelationsview.la \
../../../kexi/kexidb/libkexidb.la \
../../../kexi/kexiutils/libkexiutils.la
INCLUDES= -I$(top_srcdir)/kexi/core -I$(top_srcdir)/kexi \
-I$(top_srcdir)/kexi/widget -I$(top_srcdir)/kexi/widget/relations \
-I$(top_srcdir)/kexi/tableview \
-I$(top_srcdir)/kexi/kexidb $(all_includes)
servicesdir=$(kde_servicesdir)/kexi
services_DATA=kexirelationhandler.desktop
rcdir = $(kde_datadir)/kexi
rc_DATA = kexirelationpartui.rc kexirelationpartinstui.rc
METASOURCES = AUTO
include ../Makefile.common