Use Libtool to enable building shared library

This commit is contained in:
Matthew Brush
2013-03-04 15:21:20 -08:00
parent 382bac9900
commit eb89c4bf8e
3 changed files with 6 additions and 6 deletions

View File

@@ -2,4 +2,4 @@ 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
LDADD = $(top_builddir)/src/libcfu.la @PTHREAD_LIBS@