gstreamer/ext/vorbis/Makefile.am
Thomas Vander Stichele af330af889 fixed vorbis
Original commit message from CVS:
fixed vorbis
2001-12-21 08:17:49 +00:00

11 lines
324 B
Makefile

plugindir = $(libdir)/gst
plugin_LTLIBRARIES = libgstvorbis.la
libgstvorbis_la_SOURCES = vorbis.c vorbisenc.c vorbisdec.c
## AM_PATH_VORBIS also sets VORBISENC_LIBS
libgstvorbis_la_LIBADD = $(VORBIS_LIBS) $(VORBISENC_LIBS)
libgstvorbis_la_CFLAGS = $(VORBIS_CFLAGS) $(GST_CFLAGS)
noinst_HEADERS = vorbisenc.h vorbisdec.h