summaryrefslogtreecommitdiffstats
path: root/tdeio/httpfilter/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tdeio/httpfilter/Makefile.am')
-rw-r--r--tdeio/httpfilter/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/tdeio/httpfilter/Makefile.am b/tdeio/httpfilter/Makefile.am
new file mode 100644
index 000000000..2da25d1b6
--- /dev/null
+++ b/tdeio/httpfilter/Makefile.am
@@ -0,0 +1,8 @@
+AM_CPPFLAGS = $(all_includes)
+METASOURCES = AUTO
+noinst_LTLIBRARIES = libhttpfilter.la
+libhttpfilter_la_SOURCES = httpfilter.cc
+libhttpfilter_la_LIBADD = $(LIBZ)
+libhttpfilter_la_LDFLAGS = $(all_libraries)
+
+include $(top_srcdir)/admin/Doxyfile.am