From 27a9158cb56beb1c611eb473c9fe1cea29d97d46 Mon Sep 17 00:00:00 2001 From: "Fabiano C. Botelho" Date: Wed, 17 Jun 2009 15:01:39 -0300 Subject: [PATCH] cmph_time.h included as header in Makefile.am --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index be131ae..8034a98 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,6 +1,6 @@ bin_PROGRAMS = cmph lib_LTLIBRARIES = libcmph.la -include_HEADERS = cmph.h cmph_types.h +include_HEADERS = cmph.h cmph_types.h cmph_time.h libcmph_la_SOURCES = hash.h hash.c \ jenkins_hash.h jenkins_hash.c\ hash_state.h debug.h \