summaryrefslogtreecommitdiff
path: root/plugins/vorbis/Makefile.am
blob: 0526b8f777791924680334c0a031d7883326f5bb (plain)
1
2
3
4
5
6
7
8
9
10
11
if HAVE_VORBISFILE
if HAVE_VORBIS
vorbisdir = $(libdir)/$(PACKAGE)
pkglib_LTLIBRARIES = vorbis.la
vorbis_la_SOURCES = vorbis.c
vorbis_la_LDFLAGS = -module

vorbis_la_LIBADD = $(LDADD) $(VORBIS_LIBS) -lc
AM_CFLAGS = $(CFLAGS) -std=c99
endif
endif