ad2ca4580f99d34338da2691815d7257943ca746
[platform/upstream/gstreamer.git] / gst-libs / gst / play / Makefile.am
1 # variables used for enum generation
2 glib_enum_headers=$(play_headers)
3 glib_enum_define=GST_PLAY
4 glib_enum_prefix=gst_play
5
6 librarydir = $(libdir)
7
8 play_headers = \
9         play.h
10
11 built_headers = \
12         play-enumtypes.h
13
14 library_LTLIBRARIES = libgstplay-@GST_MAJORMINOR@.la
15
16 libgstplay_@GST_MAJORMINOR@_la_SOURCES = play.c play-enumtypes.c
17
18 libgstplay_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/play
19 libgstplay_@GST_MAJORMINOR@include_HEADERS = $(play_headers) $(built_headers)
20
21 libgstplay_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_CFLAGS)
22 libgstplay_@GST_MAJORMINOR@_la_LIBADD = \
23         $(GST_LIBS) $(GST_PLUGINS_LIBS) \
24         $(GST_CONTROL_LIBS) \
25          $(top_builddir)/gst-libs/gst/libgstinterfaces-$(GST_MAJORMINOR).la
26 libgstplay_@GST_MAJORMINOR@_la_LDFLAGS = \
27                 -version-info @GST_PLUGINS_LIBVERSION@
28
29 BUILT_SOURCES = \
30         play-enumtypes.c \
31         $(built_headers)
32
33 CLEANFILES = $(BUILT_SOURCES)
34
35 include $(top_srcdir)/common/glib-gen.mak