gstreamer/sys/oss/Makefile.am
Thomas Vander Stichele f0bb7eef82 first batch
Original commit message from CVS:
first batch
2001-12-17 19:03:13 +00:00

11 lines
322 B
Makefile

filterdir = $(libdir)/gst
filter_LTLIBRARIES = libgstossaudio.la libgstosshelper.la
libgstossaudio_la_SOURCES = gstosssink.c gstosssrc.c gstossaudio.c gstossgst.c
libgstossaudio_la_CFLAGS = $(GST_CFLAGS)
libgstosshelper_la_SOURCES = gstosshelper.c
noinst_HEADERS = gstosssink.h gstosssrc.h gstossgst.h gstosshelper.h