mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 06:16:36 +00:00
12 lines
228 B
Makefile
12 lines
228 B
Makefile
|
plugindir= $(libdir)/gstreamer-@GST_MAJORMINOR@
|
||
|
|
||
|
plugin_LTLIBRARIES = libgstefence.la
|
||
|
|
||
|
noinst_HEADERS = efence.h
|
||
|
|
||
|
libgstefence_la_SOURCES = efence.c
|
||
|
|
||
|
libgstefence_la_CFLAGS = $(GST_CFLAGS)
|
||
|
libgstefence_la_LDFLAGS = $(GST_LIBS)
|
||
|
|