1
Fork 0

cmph_time.h included as header in Makefile.am

This commit is contained in:
Fabiano C. Botelho 2009-06-17 15:01:39 -03:00
parent 6b652073f9
commit 27a9158cb5
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
bin_PROGRAMS = cmph 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 cmph_time.h
libcmph_la_SOURCES = hash.h hash.c \ libcmph_la_SOURCES = hash.h hash.c \
jenkins_hash.h jenkins_hash.c\ jenkins_hash.h jenkins_hash.c\
hash_state.h debug.h \ hash_state.h debug.h \