gstreamer/gst/audioresample/Makefile.am
Christian Schaller eeffbe7af4 fix broken header setup in Makefile.am
Original commit message from CVS:
fix broken header setup in Makefile.am
2005-08-24 17:21:49 +00:00

23 lines
556 B
Makefile

plugin_LTLIBRARIES = libgstaudioresample.la
resample_SOURCES = \
functable.c \
resample.c \
resample_functable.c \
resample_ref.c \
resample_chunk.c \
resample.h \
debug.c \
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)