fix build sys

This commit is contained in:
Christian Grothoff 2016-06-01 08:35:51 +02:00
parent 33bf645eaf
commit 0c7f7eee9d
2 changed files with 14 additions and 3 deletions

View File

@ -1,5 +1,10 @@
## Makefile.am -- Process this file with automake to produce Makefile.in
# how to build a so library?
lib_WATWAT = libbrandt
libbrandt_SOURCES = smc.c
#libbrandt_LDADD = how to add libpari.so here?
lib_LTLIBRARIES = \
libbrandt.la
libbrandt_la_SOURCES = \
smc.c
libbrandt_la_LDADD = \
-lpari

6
bootstrap Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
if ! test -n "$BASH_SOURCE" || ! workdir="${BASH_SOURCE[0]%/*}" || ! test -n "$workdir" || ! cd "$workdir"; then
workdir=`dirname "$0"` && test -n "$workdir" && cd "$workdir" || echo "Warning: can't get working directory" 1>&2
fi
aclocal -I m4 --install
autoreconf -I m4 -f -i