summaryrefslogtreecommitdiffstats
path: root/quanta/parsers/dtd/Makefile.am
blob: e2ba56592945acedbc9d8c7c38fda6c7732b619b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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)
CXXFLAGS += $(ICU_CXXFLAGS)