mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
linsys: Dist all headers and put them in noinst_HEADERS
This commit is contained in:
parent
232e840ba5
commit
c220e120d7
1 changed files with 9 additions and 2 deletions
|
@ -4,11 +4,18 @@ plugin_LTLIBRARIES = libgstlinsys.la
|
||||||
|
|
||||||
libgstlinsys_la_SOURCES = \
|
libgstlinsys_la_SOURCES = \
|
||||||
gstlinsyssdisink.c \
|
gstlinsyssdisink.c \
|
||||||
gstlinsyssdisink.h \
|
|
||||||
gstlinsyssdisrc.c \
|
gstlinsyssdisrc.c \
|
||||||
gstlinsyssdisrc.h \
|
|
||||||
gstlinsys.c
|
gstlinsys.c
|
||||||
|
|
||||||
|
noinst_HEADERS = \
|
||||||
|
gstlinsyssdisink.h \
|
||||||
|
gstlinsyssdisrc.h \
|
||||||
|
include/asi.h \
|
||||||
|
include/master.h \
|
||||||
|
include/sdi.h \
|
||||||
|
include/sdiaudio.h \
|
||||||
|
include/sdivideo.h
|
||||||
|
|
||||||
libgstlinsys_la_CFLAGS = \
|
libgstlinsys_la_CFLAGS = \
|
||||||
-I$(srcdir)/include \
|
-I$(srcdir)/include \
|
||||||
$(EWGST_CFLAGS) \
|
$(EWGST_CFLAGS) \
|
||||||
|
|
Loading…
Reference in a new issue