summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 3144972779faeba8895ad7e7b945f1d7fcc6e3c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
if ENABLE_CXX
export ERB
SUBDIRS = c cpp
else
SUBDIRS = c
endif

nobase_include_HEADERS = \
		msgpack/pack_define.h \
		msgpack/pack_template.h \
		msgpack/unpack_define.h \
		msgpack/unpack_template.h