gtkglsink: fix crash when widget is resized after element destruction
[platform/upstream/gst-plugins-good.git] / gst / replaygain / Makefile.am
1 plugin_LTLIBRARIES = libgstreplaygain.la
2
3 libgstreplaygain_la_SOURCES = \
4         gstrganalysis.c       \
5         gstrglimiter.c        \
6         gstrgvolume.c         \
7         replaygain.c          \
8         rganalysis.c
9 libgstreplaygain_la_CFLAGS  = \
10         $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS)
11 libgstreplaygain_la_LIBADD  = \
12         $(GST_PLUGINS_BASE_LIBS) -lgstpbutils-$(GST_API_VERSION) -lgstaudio-$(GST_API_VERSION)\
13         $(GST_BASE_LIBS) $(GST_LIBS) $(LIBM)
14 libgstreplaygain_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
15
16 # headers we need but don't want installed
17 noinst_HEADERS =         \
18         gstrganalysis.h  \
19         gstrglimiter.h   \
20         gstrgvolume.h    \
21         replaygain.h     \
22         rganalysis.h