summaryrefslogtreecommitdiffstats
path: root/ext/yahttp/yahttp/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ext/yahttp/yahttp/Makefile.am')
-rw-r--r--ext/yahttp/yahttp/Makefile.am13
1 files changed, 13 insertions, 0 deletions
diff --git a/ext/yahttp/yahttp/Makefile.am b/ext/yahttp/yahttp/Makefile.am
new file mode 100644
index 0000000..3ed41e5
--- /dev/null
+++ b/ext/yahttp/yahttp/Makefile.am
@@ -0,0 +1,13 @@
+noinst_LTLIBRARIES = libyahttp.la
+
+libyahttp_la_SOURCES = \
+ cookie.hpp \
+ exception.hpp \
+ reqresp.cpp \
+ reqresp.hpp \
+ router.cpp \
+ router.hpp \
+ url.hpp \
+ utility.hpp \
+ yahttp-config.h \
+ yahttp.hpp