summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/Makefile.am b/cpp/Makefile.am
index af7e6e2..42d6d2a 100644
--- a/cpp/Makefile.am
+++ b/cpp/Makefile.am
@@ -35,8 +35,8 @@ libmsgpack_la_LDFLAGS = -version-info 1:0:0
check_PROGRAMS = \
msgpack_test
-msgpackc_test_SOURCES = test.cpp
-msgpackc_test_CXXFLAGS = -I$(top_srcdir) -I$(top_srcdir)/c -I$(top_srcdir)/cpp
-msgpackc_test_LDFLAGS = libmsgpack.la -lgtest_main
+msgpack_test_SOURCES = test.cpp
+msgpack_test_CXXFLAGS = -I$(top_srcdir) -I$(top_srcdir)/c -I$(top_srcdir)/cpp
+msgpack_test_LDFLAGS = libmsgpack.la -lgtest_main
TESTS = $(check_PROGRAMS)