summaryrefslogtreecommitdiffstats
path: root/contrib/imhttp/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/imhttp/Makefile.am')
-rw-r--r--contrib/imhttp/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/imhttp/Makefile.am b/contrib/imhttp/Makefile.am
new file mode 100644
index 0000000..ce64dc4
--- /dev/null
+++ b/contrib/imhttp/Makefile.am
@@ -0,0 +1,5 @@
+pkglib_LTLIBRARIES = imhttp.la
+
+imhttp_la_SOURCES = imhttp.c
+imhttp_la_CPPFLAGS = -I$(top_srcdir) $(PTHREADS_CFLAGS) $(RSRT_CFLAGS) $(APU_CFLAGS)
+imhttp_la_LDFLAGS = -module -avoid-version $(CIVETWEB_LIBS) $(APU_LIBS)