9 lines
167 B
Makefile
9 lines
167 B
Makefile
|
INCLUDES = -I@top_srcdir@/c
|
||
|
|
||
|
libsys_LTLIBRARIES= libscshbdb.la
|
||
|
|
||
|
libscshbdb_la_SOURCES=bdb.c
|
||
|
libscshbdb_la_LDFLAGS=-avoid-version -module
|
||
|
libscshbdb_la_DEPENDENCIES=
|
||
|
|