From 8305f399aae2c232dac04953f0829fcfc5172b70 Mon Sep 17 00:00:00 2001 From: fc_botelho Date: Fri, 21 Jan 2005 20:44:11 +0000 Subject: [PATCH] included files bitbool.h and bitbool.c --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Makefile.am b/src/Makefile.am index 98aef25..5eb55e7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,6 +2,7 @@ bin_PROGRAMS = cmph lib_LTLIBRARIES = libcmph.la include_HEADERS = cmph.h cmph_types.h libcmph_la_SOURCES = debug.h\ + bitbool.h bitbool.c\ cmph_types.h\ hash.h hash_state.h hash.c\ jenkins_hash.h jenkins_hash.c\