summaryrefslogtreecommitdiffstats
path: root/quanta/parsers/dtd/Makefile.am
blob: 80f647fb91db090532c2ed5d34a241d10ab41fbc (plain)
1
2
3
4
5
6
7
8
9
10
11
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)