summaryrefslogtreecommitdiffstats
path: root/src/parsers/Makefile.am
blob: a20f28e0208b977d361cff2c93b9188f51ff6ffd (plain)
1
2
3
4
5
6
7
INCLUDES = $(all_includes)
METASOURCES = AUTO
libparsers_la_LDFLAGS = -avoid-version $(all_libraries)
noinst_LTLIBRARIES =  libparsers.la
noinst_HEADERS =  parsers.h qhtmlstream.h
libparsers_la_SOURCES = list.cpp search.cpp policy.cpp show.cpp parsers.cpp filesearch.cpp
libparsers_la_LIBADD = $(LIB_TDEIO)