blob: 242fae894597385f369f0d69e4330d3df71624d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
noinst_LTLIBRARIES = libtableeditor.la
libtableeditor_la_SOURCES = tableeditors.ui tableeditor.cpp tableitem.cpp
METASOURCES = AUTO
AM_CPPFLAGS = -I$(top_srcdir)/quanta/utility \
-I$(top_srcdir)/quanta/parsers \
-I$(top_srcdir)/quanta/dialogs/tagdialogs \
-I$(top_srcdir)/quanta/src \
-I$(top_srcdir)/lib \
-I$(top_srcdir)/quanta/components/tableeditor \
$(KMDI_INCLUDES) $(all_includes)
noinst_HEADERS = tableeditor.h tableitem.h
|