From b8c5b54c9a1c835a0a96a82438e9912bd9f0d4fd Mon Sep 17 00:00:00 2001 From: Davi de Castro Reis Date: Sat, 9 Jun 2012 03:55:16 -0300 Subject: [PATCH] Added missing file in the distribution. --- cxxmph/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cxxmph/Makefile.am b/cxxmph/Makefile.am index 26e67bf..b542000 100644 --- a/cxxmph/Makefile.am +++ b/cxxmph/Makefile.am @@ -55,6 +55,6 @@ mph_bits_test_LDADD = libcxxmph.la string_util_test_SOURCES = string_util_test.cc string_util_test_LDADD = libcxxmph.la libcxxmph_test.la $(CHECK_LIBS) -map_tester_test_SOURCES = map_tester.cc map_tester_test.cc +map_tester_test_SOURCES = map_tester.h map_tester.cc map_tester_test.cc map_tester_test_LDADD = libcxxmph.la libcxxmph_test.la $(CHECK_LIBS)