caddd03d9638a725e391c1db0a66ae1e010f8019
[platform/upstream/gstreamer.git] / gst / id3tag / Makefile.am
1 plugin_LTLIBRARIES = libgstid3tag.la
2
3 libgstid3tag_la_SOURCES = \
4         gstid3mux.c \
5         id3tag.c
6
7 libgstid3tag_la_CFLAGS = \
8         $(GST_PLUGINS_BASE_CFLAGS) \
9         $(GST_CFLAGS)
10
11 libgstid3tag_la_LIBADD = \
12         $(GST_PLUGINS_BASE_LIBS) -lgsttag-$(GST_API_VERSION) \
13         $(GST_LIBS)
14
15 libgstid3tag_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
16
17 noinst_HEADERS = gstid3mux.h id3tag.h