671595995c6405e70bbfd19e38ce671a81301035
[platform/upstream/gstreamer.git] / gst / legacyresample / Makefile.am
1 plugin_LTLIBRARIES = libgstlegacyresample.la
2
3 resample_SOURCES = \
4         functable.c \
5         resample.c \
6         resample_functable.c \
7         resample_ref.c \
8         resample.h \
9         buffer.c
10
11 noinst_HEADERS = \
12         gstlegacyresample.h \
13         functable.h \
14         debug.h \
15         buffer.h
16
17 libgstlegacyresample_la_SOURCES = gstlegacyresample.c $(resample_SOURCES)
18 libgstlegacyresample_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
19 libgstlegacyresample_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS) $(LIBM)
20 libgstlegacyresample_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
21 libgstlegacyresample_la_LIBTOOLFLAGS = --tag=disable-static
22