b82a8f4ec6
This is some code I had previously written, adapted to (mostly) libcfu coding style. The API is very similar to that of the existing (to be eventually removed) cfutime.
6 lines
209 B
Makefile
6 lines
209 B
Makefile
noinst_PROGRAMS = hash_usage large_hash strings conf_example \
|
|
conf_example2 opt_example
|
|
|
|
AM_CFLAGS = -I$(top_srcdir)/src
|
|
LDADD = $(top_builddir)/src/libcfu.la @PTHREAD_LIBS@ @REALTIME_LIBS@
|