Switched the output to a shared library
This commit is contained in:
parent
4da49ea430
commit
4d42af0fcb
2 changed files with 2 additions and 4 deletions
|
@ -16,9 +16,7 @@ libcriterion_la_CFLAGS = \
|
|||
$(COVERAGE_CFLAGS)
|
||||
|
||||
libcriterion_la_LDFLAGS = $(COVERAGE_LDFLAGS)
|
||||
|
||||
# dirty but unless someone has a better alternative...
|
||||
libcriterion_la_LIBADD = dependencies/csptr/src/libcsptr_la-*.lo
|
||||
libcriterion_la_LIBADD = -lcsptr
|
||||
|
||||
EXTRA_DIST = config.rpath LICENSE
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ LT_PREREQ([2.2.4])
|
|||
AC_CANONICAL_SYSTEM
|
||||
|
||||
AM_INIT_AUTOMAKE([dist-bzip2 no-dist-gzip foreign subdir-objects parallel-tests color-tests])
|
||||
LT_INIT([disable-shared])
|
||||
LT_INIT([disable-static])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
AC_PROG_CC
|
||||
|
|
Loading…
Add table
Reference in a new issue