summaryrefslogtreecommitdiffstats
path: root/kexi/plugins/forms/widgets/Makefile.am
blob: 39c76918b00fc473728542a98be41a7a384cbb88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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)