92009531de
* add @comment for the libtool la files corresponding to modules * fix RUN_DEPENDS * add '${CONFIGURE_SHARED} --disable-static' in CONFIGURE_ARGS * remove post-install hack, add the -avoid-version libtool option in the corresponding Makefile(s). ok aja@, dcoppa@
7 lines
197 B
Makefile
7 lines
197 B
Makefile
sndiodir = $(libdir)/$(PACKAGE)
|
|
pkglib_LTLIBRARIES = sndio.la
|
|
sndio_la_SOURCES = sndio.c
|
|
sndio_la_LDFLAGS = -module -avoid-version
|
|
sndio_la_LIBADD = $(LDADD) -lsndio
|
|
AM_CFLAGS = $(CFLAGS) -std=c99
|