install shared module in $prefix rather than in $prefix/lib
This commit is contained in:
parent
6d8f5c5dc3
commit
cdf71124b7
|
@ -1,6 +1,6 @@
|
|||
INCLUDES = -I@top_srcdir@/c -I@scsh_includes@
|
||||
|
||||
lib_LTLIBRARIES = libscshyp.la
|
||||
libsys_LTLIBRARIES = libscshyp.la
|
||||
|
||||
libscshyp_la_SOURCES = yp.c
|
||||
libscshyp_la_LDFLAGS = -avoid-version -module
|
||||
|
|
|
@ -36,7 +36,6 @@ fi
|
|||
schemedir='${prefix}'"/scheme"
|
||||
libdir='${prefix}'"/lib"
|
||||
libsysdir='${prefix}'
|
||||
#libsysdir=${libdir}"/`scsh -lm ${srcdir}/scheme/configure.scm -o configure -c '(display (host))'`"
|
||||
|
||||
AC_SUBST(libdir)
|
||||
AC_SUBST(libsysdir)
|
||||
|
|
Loading…
Reference in New Issue