1lib_LTLIBRARIES = libgstphotography-@GST_API_VERSION@.la
2libgstphotographyincludedir = \
3        $(includedir)/gstreamer-@GST_API_VERSION@/gst/interfaces
4
5headers_photography = 		\
6	photography.h
7
8# variables used for enum/marshal generation
9glib_enum_headers=$(headers_photography)
10glib_enum_define=GST_PHOTOGRAPHY
11glib_gen_prefix=gst_photography
12glib_gen_basename=photography
13glib_gen_decl_banner=GST_PHOTOGRAPHY_API
14glib_gen_decl_include=\#include <gst/interfaces/photography-prelude.h>
15
16built_sources = \
17	photography-enumtypes.c
18
19built_headers = \
20	photography-enumtypes.h
21
22libgstphotographyinclude_HEADERS = \
23	photography-prelude.h \
24	$(headers_photography)
25
26nodist_libgstphotographyinclude_HEADERS = \
27	photography-enumtypes.h
28
29libgstphotography_@GST_API_VERSION@_la_SOURCES = \
30	photography.c
31
32nodist_libgstphotography_@GST_API_VERSION@_la_SOURCES = 	\
33	$(built_sources)
34
35libgstphotography_@GST_API_VERSION@_la_CFLAGS = \
36	-DGST_USE_UNSTABLE_API \
37	-DBUILDING_GST_PHOTOGRAPHY \
38	$(GST_PLUGINS_BAD_CFLAGS) \
39	$(GST_CFLAGS)
40libgstphotography_@GST_API_VERSION@_la_LIBADD = $(GST_LIBS)
41libgstphotography_@GST_API_VERSION@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
42
43BUILT_SOURCES = \
44	$(built_sources) \
45	$(built_headers)
46
47CLEANFILES = $(BUILT_SOURCES)
48
49include $(top_srcdir)/common/gst-glib-gen.mak
50