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.
12 lines
325 B
12 lines
325 B
noinst_LTLIBRARIES = libdtdparser.la
|
|
libdtdparser_la_SOURCES = dtepcreationdlg.ui dtdparser.cpp
|
|
|
|
METASOURCES = AUTO
|
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/quanta/parsers \
|
|
-I$(top_srcdir)/quanta/utility \
|
|
-I$(top_srcdir)/quanta/dialogs \
|
|
-I$(top_builddir)/quanta/dialogs \
|
|
-I$(top_srcdir)/lib \
|
|
$(LIBXML_CFLAGS) $(all_includes)
|