1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/gst-gmyth/multiqueue/Makefile.am Fri Aug 10 14:45:36 2007 +0100
1.3 @@ -0,0 +1,24 @@
1.4 +plugin_LTLIBRARIES = libgstmultiqueue.la
1.5 +
1.6 +libgstmultiqueue_la_SOURCES = \
1.7 + gstmultiqueue.c \
1.8 + gstdataqueue.c
1.9 +
1.10 +libgstmultiqueue_la_CFLAGS = \
1.11 + $(GST_CFLAGS) \
1.12 + $(GST_BASE_CFLAGS) \
1.13 + $(GST_PLUGINS_BASE_CFLAGS)
1.14 +
1.15 +libgstmultiqueue_la_LIBADD = \
1.16 + $(GST_LIBS_LIBS)
1.17 +
1.18 +libgstmultiqueue_la_LDFLAGS = \
1.19 + $(GST_LIBS) \
1.20 + $(GST_PLUGIN_LDFLAGS) \
1.21 + $(GST_BASE_LIBS) \
1.22 + $(GST_PLUGINS_BASE_LIBS)
1.23 +
1.24 +noinst_HEADERS = \
1.25 + gstmultiqueue.h \
1.26 + gstdataqueue.h
1.27 +