2009-02-06 10:06:23 +00:00
|
|
|
lib_LTLIBRARIES = libgstphotography-@GST_MAJORMINOR@.la
|
|
|
|
libgstphotographyincludedir = \
|
|
|
|
$(includedir)/gstreamer-@GST_MAJORMINOR@/gst/interfaces
|
|
|
|
|
|
|
|
headers_photography = \
|
|
|
|
photography.h
|
|
|
|
|
|
|
|
# variables used for enum/marshal generation
|
|
|
|
glib_enum_headers=$(headers_photography)
|
|
|
|
glib_enum_define=GST_PHOTOGRAPHY
|
|
|
|
glib_enum_prefix=gst_photography
|
|
|
|
|
|
|
|
built_sources = \
|
|
|
|
photography-enumtypes.c
|
|
|
|
|
|
|
|
built_headers = \
|
|
|
|
photography-enumtypes.h
|
|
|
|
|
|
|
|
libgstphotographyinclude_HEADERS = \
|
|
|
|
$(headers_photography)
|
|
|
|
|
|
|
|
nodist_libgstphotographyinclude_HEADERS = \
|
|
|
|
photography-enumtypes.h
|
|
|
|
|
|
|
|
libgstphotography_@GST_MAJORMINOR@_la_SOURCES = \
|
|
|
|
photography.c
|
|
|
|
|
|
|
|
nodist_libgstphotography_@GST_MAJORMINOR@_la_SOURCES = \
|
|
|
|
$(built_sources)
|
|
|
|
|
2009-03-04 21:30:30 +00:00
|
|
|
libgstphotography_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) -DGST_USE_UNSTABLE_API
|
2009-02-06 10:06:23 +00:00
|
|
|
libgstphotography_@GST_MAJORMINOR@_la_LIBADD = $(GST_LIBS)
|
|
|
|
libgstphotography_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_ALL_LDFLAGS) $(GST_LT_LDFLAGS)
|
|
|
|
|
|
|
|
BUILT_SOURCES = \
|
|
|
|
$(built_sources) \
|
|
|
|
$(built_headers)
|
|
|
|
|
|
|
|
CLEANFILES = $(BUILT_SOURCES)
|
|
|
|
|
|
|
|
include $(top_srcdir)/common/glib-gen.mak
|