mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +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 = \
|
||||
gstlinsyssdisink.c \
|
||||
gstlinsyssdisink.h \
|
||||
gstlinsyssdisrc.c \
|
||||
gstlinsyssdisrc.h \
|
||||
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 = \
|
||||
-I$(srcdir)/include \
|
||||
$(EWGST_CFLAGS) \
|
||||
|
|
Loading…
Reference in a new issue