From 7d9253fd98149d19354b8d1b0d6e3ca0e123aeae Mon Sep 17 00:00:00 2001 From: Davi de Castro Reis Date: Sun, 15 May 2011 19:39:55 -0300 Subject: [PATCH] Fixed include dir. --- cxxmph/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cxxmph/Makefile.am b/cxxmph/Makefile.am index 6149a53..a7fafa0 100644 --- a/cxxmph/Makefile.am +++ b/cxxmph/Makefile.am @@ -2,10 +2,10 @@ check_PROGRAMS = cmph_hash_map_test mphtable_test trigraph_test noinst_PROGRAMS = bm_numbers bm_urls bin_PROGRAMS = cxxmph lib_LTLIBRARIES = libcxxmph.la -include_HEADERS = cmph_hash_map.h mphtable.h MurmurHash2.h trigraph.h cxxmph_hash.h stringpiece.h - libcxxmph_la_SOURCES = MurmurHash2.h trigragh.h trigraph.cc mphtable.h mphtable.cc cxxmph_hash.h stringpiece.h benchmark.h benchmark.cc libcxxmph_la_LDFLAGS = -version-info 0:0:0 +cxxmph_includedir = $(includedir)/cxxmph/ +cxxmph_include_HEADERS = cmph_hash_map.h mphtable.h MurmurHash2.h trigraph.h cxxmph_hash.h stringpiece.h cmph_hash_map_test_LDADD = libcxxmph.la cmph_hash_map_test_SOURCES = cmph_hash_map_test.cc