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.
tdewebdev/quanta/components/tableeditor/Makefile.am

16 lines
442 B

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