mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-25 16:48:11 +00:00
decklink: Dist all headers and put them in noinst_HEADERS
This commit is contained in:
parent
c220e120d7
commit
8ef0268b9c
1 changed files with 7 additions and 3 deletions
|
@ -15,11 +15,15 @@ libgstdecklink_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
libgstdecklink_la_SOURCES = \
|
libgstdecklink_la_SOURCES = \
|
||||||
gstdecklinksrc.cpp \
|
gstdecklinksrc.cpp \
|
||||||
gstdecklinksrc.h \
|
|
||||||
gstdecklinksink.cpp \
|
gstdecklinksink.cpp \
|
||||||
gstdecklinksink.h \
|
|
||||||
gstdecklink.cpp \
|
gstdecklink.cpp \
|
||||||
capture.cpp \
|
capture.cpp \
|
||||||
capture.h \
|
|
||||||
DeckLinkAPIDispatch.cpp
|
DeckLinkAPIDispatch.cpp
|
||||||
|
|
||||||
|
noinst_HEADERS = \
|
||||||
|
gstdecklinksrc.h \
|
||||||
|
gstdecklinksink.h \
|
||||||
|
capture.h \
|
||||||
|
DeckLinkAPI.h \
|
||||||
|
LinuxCOM.h
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue