From 51e435d46c481755a8ffca50a0cffa038bd5db08 Mon Sep 17 00:00:00 2001 From: Kazuki Ohta Date: Tue, 25 Aug 2009 18:40:06 +0900 Subject: fix build --- cpp/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cpp') 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) -- cgit v1.2.1