summaryrefslogtreecommitdiffstats
path: root/klinkstatus/src/parser/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'klinkstatus/src/parser/Makefile.am')
-rw-r--r--klinkstatus/src/parser/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/klinkstatus/src/parser/Makefile.am b/klinkstatus/src/parser/Makefile.am
new file mode 100644
index 00000000..b99146c1
--- /dev/null
+++ b/klinkstatus/src/parser/Makefile.am
@@ -0,0 +1,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