Merge branch 'master' of github.com:msgpack/msgpack

This commit is contained in:
FURUHASHI Sadayuki
2011-06-12 14:37:51 +09:00
10 changed files with 199 additions and 38 deletions

View File

@@ -1,7 +1,7 @@
AM_CPPFLAGS = -I../src
AM_C_CPPFLAGS = -I../src
AM_LDFLAGS = ../src/libmsgpack.la -lgtest_main -pthread
AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src
AM_C_CPPFLAGS = -I$(top_srcdir)/src -I$(top_builddir)/src
AM_LDFLAGS = $(top_builddir)/src/libmsgpack.la -lgtest_main -pthread
check_PROGRAMS = \
zone \