summaryrefslogtreecommitdiff
path: root/cpp/Makefile.am
diff options
context:
space:
mode:
authorfrsyuki <frsyuki@users.sourceforge.jp>2010-04-25 08:00:04 +0900
committerfrsyuki <frsyuki@users.sourceforge.jp>2010-04-25 08:00:04 +0900
commit35802ba94948463db19308c8ec385243c51d1485 (patch)
treedbb198a2fdd1735fa189b9c635664055602fe4fe /cpp/Makefile.am
parent72160aac9a1536234700539eacc9bdc7bf6f9f61 (diff)
downloadmsgpack-python-35802ba94948463db19308c8ec385243c51d1485.tar.gz
cpp: msgpack_object_equal
Diffstat (limited to 'cpp/Makefile.am')
-rw-r--r--cpp/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/Makefile.am b/cpp/Makefile.am
index f1a1d6c..fa8d6cf 100644
--- a/cpp/Makefile.am
+++ b/cpp/Makefile.am
@@ -66,7 +66,7 @@ check_PROGRAMS = \
msgpack_test
msgpackc_test_SOURCES = msgpackc_test.cpp
-msgpackc_test_LDADD = libmsgpackc.la -lgtest_main
+msgpackc_test_LDADD = libmsgpack.la -lgtest_main
msgpack_test_SOURCES = msgpack_test.cpp
msgpack_test_LDADD = libmsgpack.la -lgtest_main