244015b5c74e9ddc57f90461647d19530014d960
[platform/upstream/gstreamer.git] / gst / jpegformat / Makefile.am
1 plugin_LTLIBRARIES = libgstjpegformat.la
2
3 libgstjpegformat_la_SOURCES = gstjpegformat.c gstjpegparse.c gstjifmux.c
4 libgstjpegformat_la_CFLAGS = \
5     $(GST_PLUGINS_BASE_CFLAGS) \
6     $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
7 libgstjpegformat_la_LIBADD = \
8     $(GST_PLUGINS_BASE_LIBS) -lgstinterfaces-@GST_MAJORMINOR@ \
9     -lgsttag-@GST_MAJORMINOR@ $(GST_LIBS) $(GST_BASE_LIBS)
10 libgstjpegformat_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
11 libgstjpegformat_la_LIBTOOLFLAGS = --tag=disable-static
12
13 noinst_HEADERS = gstjpegformat.h gstjpegparse.h gstjifmux.h