From 3af10a1d000882f338529360bf35ae0e3a21ffc4 Mon Sep 17 00:00:00 2001 From: frsyuki Date: Tue, 6 Jul 2010 17:00:58 +0900 Subject: cpp: adds MSGPACK_VERSION{,_MAJOR,_MINOR} macros and msgpack{,_major,_minor} functions --- cpp/test/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'cpp/test/Makefile.am') diff --git a/cpp/test/Makefile.am b/cpp/test/Makefile.am index 1f52215..bb9439e 100644 --- a/cpp/test/Makefile.am +++ b/cpp/test/Makefile.am @@ -13,6 +13,7 @@ check_PROGRAMS = \ convert \ buffer \ cases \ + version \ msgpackc_test \ msgpack_test @@ -37,6 +38,8 @@ buffer_LDADD = -lz cases_SOURCES = cases.cc +version_SOURCES = version.cc + msgpackc_test_SOURCES = msgpackc_test.cpp msgpack_test_SOURCES = msgpack_test.cpp -- cgit v1.2.1