mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-04-18 15:33:10 +02:00

git-svn-id: file:///Users/frsyuki/project/msgpack-git/svn/x@59 5a5092ae-2292-43ba-b2d5-dcab9c1a2731
16 lines
227 B
Makefile
16 lines
227 B
Makefile
lib_LTLIBRARIES = libmsgpackc.la
|
|
|
|
libmsgpackc_la_SOURCES = \
|
|
pack.c \
|
|
unpack.c \
|
|
unpack_inline.c
|
|
|
|
nobase_include_HEADERS = \
|
|
msgpack/pack.h \
|
|
msgpack/unpack.h
|
|
|
|
noinst_HEADERS = \
|
|
pack_inline.h \
|
|
unpack_context.h
|
|
|