gstreamer/gst/audioresample/Makefile.am
David Schleef 4de70b1520 gst/audioresample/: Convert to using gst debugging
Original commit message from CVS:
* gst/audioresample/Makefile.am:
* gst/audioresample/debug.h:
* gst/audioresample/gstaudioresample.c:
* gst/audioresample/resample.c: Convert to using gst debugging
2005-09-23 16:40:27 +00:00

21 lines
545 B
Makefile

plugin_LTLIBRARIES = libgstaudioresample.la
resample_SOURCES = \
functable.c \
resample.c \
resample_functable.c \
resample_ref.c \
resample_chunk.c \
resample.h \
buffer.c
noinst_HEADERS = \
gstaudioresample.h \
functable.h \
debug.h \
buffer.h
libgstaudioresample_la_SOURCES = gstaudioresample.c $(resample_SOURCES)
libgstaudioresample_la_CFLAGS = $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(LIBOIL_CFLAGS)
libgstaudioresample_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(LIBOIL_LIBS)
libgstaudioresample_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)