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/klinkstatus/src/parser/Makefile.am

7 lines
271 B

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