summaryrefslogtreecommitdiff
path: root/plugins/vorbis/Makefile.am
blob: 8b09c6878231924272571fc0a492d3a3f41bf954 (plain)
1
2
3
4
5
6
7
8
9
if HAVE_VORBIS
vorbisdir = $(libdir)/$(PACKAGE)
pkglib_LTLIBRARIES = vorbis.la
vorbis_la_SOURCES = vorbis.c
vorbis_la_LDFLAGS = -module -avoid-version -lm -export-symbols-regex vorbis_load

vorbis_la_LIBADD = $(LDADD) $(VORBIS_LIBS) ../liboggedit/liboggedit.a
AM_CFLAGS = $(CFLAGS) $(VORBIS_CFLAGS) -std=c99
endif