Upgrade build system, bump version
This commit is contained in:
parent
7d35697775
commit
2a51412ade
14 changed files with 105 additions and 35 deletions
|
|
@ -1,3 +1,3 @@
|
|||
source src/tests/build.tests
|
||||
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
|
||||
# vim: expandtab:ts=4:sw=4
|
||||
# vim: syntax=sh:expandtab:ts=4:sw=4
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ build_target libiso8601 || return 1
|
|||
|
||||
if [ -z ${tests_BUILT} ]
|
||||
then
|
||||
LIBS="${libiso8601} "
|
||||
LIBS="${libiso8601} ${libiso8601_DEP_CFLAGS} ${libiso8601_DEP_LIBS} "
|
||||
EXTRAS="-D_GNU_SOURCE"
|
||||
|
||||
echo "Building test programs..."
|
||||
|
|
@ -45,4 +45,4 @@ then
|
|||
fi
|
||||
|
||||
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
|
||||
# vim: expandtab:ts=4:sw=4
|
||||
# vim: syntax=sh:expandtab:ts=4:sw=4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue