include $(top_srcdir)/kexi/Makefile.global noinst_LTLIBRARIES = libkexiformutilswidgets.la libkexiformutilswidgets_la_SOURCES = \ kexidbutils.cpp \ kexidbautofield.cpp \ kexidbform.cpp \ kexidbsubform.cpp \ kexidblabel.cpp \ kexidbimagebox.cpp \ kexipushbutton.cpp \ kexiframe.cpp \ kexidblineedit.cpp \ kexidbcheckbox.cpp \ kexidbtextedit.cpp \ kexidbcombobox.cpp libkexiformutilswidgets_la_LDFLAGS = $(all_libraries) -Wnounresolved libkexiformutilswidgets_la_LIBADD = libkexiformutilswidgets_la_METASOURCES = AUTO SUBDIRS = . # set the include path for X, tqt and TDE INCLUDES= -I$(top_srcdir)/kexi -I$(top_srcdir)/kexi/plugins/forms -I$(top_srcdir)/kexi/core $(all_includes)