fix build system again (now it creates a .la file)

This commit is contained in:
Markus Teich 2016-06-01 09:59:39 +02:00
parent 0c7f7eee9d
commit 3a4870b7b7
2 changed files with 2 additions and 2 deletions

View File

@ -6,5 +6,5 @@ lib_LTLIBRARIES = \
libbrandt_la_SOURCES = \ libbrandt_la_SOURCES = \
smc.c smc.c
libbrandt_la_LDADD = \ libbrandt_la_LIBADD = \
-lpari -lpari

View File

@ -11,7 +11,7 @@ AC_CONFIG_SRCDIR([smc.c])
# Checks for programs. # Checks for programs.
AC_PROG_CC_C99 AC_PROG_CC_C99
#AX_APPEND_COMPILE_FLAGS([-std=c99]) LT_INIT([pic-only])
# Checks for libraries. # Checks for libraries.
AC_SEARCH_LIBS([pari_init], [pari], [], [AC_MSG_ERROR([unable to find the pari_init() function from libpari])]) AC_SEARCH_LIBS([pari_init], [pari], [], [AC_MSG_ERROR([unable to find the pari_init() function from libpari])])