gstreamer/sys/shm/Makefile.am

14 lines
448 B
Makefile
Raw Normal View History

glib_enum_prefix = gst_shm
include $(top_srcdir)/common/glib-gen.mak
plugin_LTLIBRARIES = libgstshm.la
2009-10-29 19:18:25 +00:00
libgstshm_la_SOURCES = shmpipe.c shmalloc.c gstshm.c gstshmsrc.c gstshmsink.c
libgstshm_la_CFLAGS = $(GST_CFLAGS)
libgstshm_la_LIBADD = -lrt
libgstshm_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_BASE_LIBS) $(GST_PLUGINS_BASE_LIBS)
libgstshm_la_LIBTOOLFLAGS = --tag=disable-static
2009-10-29 19:18:25 +00:00
noinst_HEADERS = gstshmsrc.h gstshmsink.h shmpipe.h shmalloc.h