mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 00:50:21 +00:00
13 lines
448 B
Makefile
13 lines
448 B
Makefile
glib_enum_prefix = gst_shm
|
|
|
|
include $(top_srcdir)/common/glib-gen.mak
|
|
|
|
plugin_LTLIBRARIES = libgstshm.la
|
|
|
|
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
|
|
|
|
noinst_HEADERS = gstshmsrc.h gstshmsink.h shmpipe.h shmalloc.h
|