blob: b99146c149a61602356fac8af7c44cf384d19dc4 (
plain)
1
2
3
4
5
6
|
INCLUDES = $(all_includes)
METASOURCES = AUTO
noinst_HEADERS = htmlparser.h http.h mstring.h node.h node_impl.h url.h
libparser_la_LDFLAGS = $(all_libraries)
noinst_LTLIBRARIES = libparser.la
libparser_la_SOURCES = htmlparser.cpp http.cpp mstring.cpp node.cpp url.cpp
|