build a module libschyp that can be dlopen'd
This commit is contained in:
parent
073edccf69
commit
b1a13abc2e
|
@ -1,5 +1,6 @@
|
||||||
INCLUDES = -I@top_srcdir@/c -I@scsh_includes@
|
INCLUDES = -I@top_srcdir@/c -I@scsh_includes@
|
||||||
|
|
||||||
lib_LTLIBRARIES = libscshyp.la
|
libsys_LTLIBRARIES = libscshyp.la
|
||||||
|
|
||||||
libscshyp_la_SOURCES = yp.c
|
libscshyp_la_SOURCES = yp.c
|
||||||
|
libscshyp_la_LDFLAGS = -avoid-version -module
|
Loading…
Reference in New Issue