gstreamer/gstreamer-sharp/glue/Makefile.am
Sebastian Dröge ffa5406b48 Fix/complete the Caps bindings
Also make sure in Gst.Structure that we're having a mutable structure
before changing any content.
2009-04-14 13:31:06 +02:00

21 lines
438 B
Makefile

lib_LTLIBRARIES = libgstreamersharpglue-0.10.la
libgstreamersharpglue_0_10_la_SOURCES = \
buffer.c \
caps.c \
clock.c \
message.c \
bin.c \
structure.c \
gerror.c \
gobject.c
nodist_libgstreamersharpglue_0_10_la_SOURCES = generated.c
libgstreamersharpglue_0_10_la_LIBADD = $(GST_LIBS)
INCLUDES = -Wall -D_FORTIFY_SOURCE=2 $(GST_CFLAGS) -I$(top_srcdir)
CLEANFILES= lib*.a lib*.la
MAINTAINERCLEANFILES = Makefile.in