mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-12 09:15:29 +00:00
8 lines
254 B
Makefile
8 lines
254 B
Makefile
plugin_LTLIBRARIES = libgstsinesrc.la
|
|
|
|
libgstsinesrc_la_SOURCES = gstsinesrc.c
|
|
libgstsinesrc_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstsinesrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
libgstsinesrc_la_LIBADD = $(GST_BASE_LIBS) $(GST_LIBS)
|
|
|
|
noinst_HEADERS = gstsinesrc.h
|