Re-write examples/Makefile.am a bit
This gets the examples compiling again.
This commit is contained in:
parent
3cfc07997b
commit
2aed767bb7
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@ Makefile.in
|
||||
/build-aux/
|
||||
/m4/
|
||||
/src/config.*
|
||||
/doc/stamp-vti
|
||||
|
@ -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