included files bitbool.h and bitbool.c
This commit is contained in:
parent
3ed086d14a
commit
70ad75cf97
|
@ -2,6 +2,7 @@ bin_PROGRAMS = cmph
|
||||||
lib_LTLIBRARIES = libcmph.la
|
lib_LTLIBRARIES = libcmph.la
|
||||||
include_HEADERS = cmph.h cmph_types.h
|
include_HEADERS = cmph.h cmph_types.h
|
||||||
libcmph_la_SOURCES = debug.h\
|
libcmph_la_SOURCES = debug.h\
|
||||||
|
bitbool.h bitbool.c\
|
||||||
cmph_types.h\
|
cmph_types.h\
|
||||||
hash.h hash_state.h hash.c\
|
hash.h hash_state.h hash.c\
|
||||||
jenkins_hash.h jenkins_hash.c\
|
jenkins_hash.h jenkins_hash.c\
|
||||||
|
|
Loading…
Reference in New Issue