mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 13:41:48 +00:00
68bd6538d8
Original commit message from CVS: various spec file and build fixes agogo /me kicks ds in a friendly way
11 lines
238 B
Makefile
11 lines
238 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_PLUGIN_LDFLAGS)
|
|
|