2aed767bb7
This gets the examples compiling again.
6 lines
177 B
Makefile
6 lines
177 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.a
|