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/
|
/build-aux/
|
||||||
/m4/
|
/m4/
|
||||||
/src/config.*
|
/src/config.*
|
||||||
|
/doc/stamp-vti
|
||||||
|
@ -1,11 +1,5 @@
|
|||||||
noinst_PROGRAMS = hash_usage large_hash strings conf_example conf_example2 opt_example
|
noinst_PROGRAMS = hash_usage large_hash strings conf_example \
|
||||||
LDADD = -L$(top_srcdir)/src -lcfu
|
conf_example2 opt_example
|
||||||
|
|
||||||
if DEBUG
|
|
||||||
AM_CFLAGS = -I$(top_srcdir)/src -DCFU_DEBUG=1
|
|
||||||
else
|
|
||||||
AM_CFLAGS = -I$(top_srcdir)/src
|
AM_CFLAGS = -I$(top_srcdir)/src
|
||||||
endif
|
LDADD = $(top_builddir)/src/libcfu.a
|
||||||
|
|
||||||
AM_LDFLAGS = -Xlinker -rpath -Xlinker $(top_src_dir)/src
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user