diff -r 000000000000 -r 25fb81d23ef5 gst-gmyth/multiqueue/Makefile.am --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gst-gmyth/multiqueue/Makefile.am Wed Sep 12 16:47:02 2007 +0100 @@ -0,0 +1,24 @@ +plugin_LTLIBRARIES = libgstmultiqueue.la + +libgstmultiqueue_la_SOURCES = \ + gstmultiqueue.c \ + gstdataqueue.c + +libgstmultiqueue_la_CFLAGS = \ + $(GST_CFLAGS) \ + $(GST_BASE_CFLAGS) \ + $(GST_PLUGINS_BASE_CFLAGS) + +libgstmultiqueue_la_LIBADD = \ + $(GST_LIBS_LIBS) + +libgstmultiqueue_la_LDFLAGS = \ + $(GST_LIBS) \ + $(GST_PLUGIN_LDFLAGS) \ + $(GST_BASE_LIBS) \ + $(GST_PLUGINS_BASE_LIBS) + +noinst_HEADERS = \ + gstmultiqueue.h \ + gstdataqueue.h +