openbsd-ports/audio/deadbeef/files/Makefile.am
shadchin 92009531de Changes proposed by aja@:
* 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@
2012-08-10 17:25:01 +00:00

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