mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-04-15 14:43:30 +02:00

git-svn-id: file:///Users/frsyuki/project/msgpack-git/svn/x@90 5a5092ae-2292-43ba-b2d5-dcab9c1a2731
9 lines
155 B
Makefile
9 lines
155 B
Makefile
SUBDIRS = c cpp
|
|
|
|
nobase_include_HEADERS = \
|
|
msgpack/pack_define.h \
|
|
msgpack/pack_template.h \
|
|
msgpack/unpack_define.h \
|
|
msgpack/unpack_template.h
|
|
|