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/parsers/dtd/Makefile.am

13 lines
353 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)
CXXFLAGS += $(ICU_CXXFLAGS)