summaryrefslogtreecommitdiffstats
path: root/ext/yahttp/yahttp/Makefile.am
blob: 3ed41e5fd2cdd390bf0bc4717eb23e9095f15d12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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