Re-write examples/Makefile.am a bit
This gets the examples compiling again.
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
noinst_PROGRAMS = hash_usage large_hash strings conf_example conf_example2 opt_example
|
||||
LDADD = -L$(top_srcdir)/src -lcfu
|
||||
noinst_PROGRAMS = hash_usage large_hash strings conf_example \
|
||||
conf_example2 opt_example
|
||||
|
||||
if DEBUG
|
||||
AM_CFLAGS = -I$(top_srcdir)/src -DCFU_DEBUG=1
|
||||
else
|
||||
AM_CFLAGS = -I$(top_srcdir)/src
|
||||
endif
|
||||
|
||||
AM_LDFLAGS = -Xlinker -rpath -Xlinker $(top_src_dir)/src
|
||||
|
||||
LDADD = $(top_builddir)/src/libcfu.a
|
||||
|
Reference in New Issue
Block a user