cmph_time.h included as header in Makefile.am
This commit is contained in:
parent
4f1749504f
commit
9737faca0c
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue