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/forms/widgets/Makefile.am

29 lines
710 B

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)