mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-03 15:06:34 +00:00
9 lines
177 B
Makefile
9 lines
177 B
Makefile
|
plugindir = $(libdir)/gst
|
||
|
|
||
|
plugin_LTLIBRARIES = libgstsinesrc.la
|
||
|
|
||
|
libgstsinesrc_la_SOURCES = gstsinesrc.c
|
||
|
libgstsinesrc_la_CFLAGS = $(GST_CFLAGS)
|
||
|
|
||
|
noinst_HEADERS = gstsinesrc.h
|