mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
[734/906] win32: Make automake happy by using noinst_HEADERS
This commit is contained in:
parent
f7998a2e98
commit
6a5bebebb9
1 changed files with 2 additions and 2 deletions
|
@ -10,11 +10,11 @@ noinst_HEADERS = \
|
||||||
|
|
||||||
if USE_WGL
|
if USE_WGL
|
||||||
libgstgl_win32_la_SOURCES += gstglwindow_win32_wgl.c
|
libgstgl_win32_la_SOURCES += gstglwindow_win32_wgl.c
|
||||||
libgstglwin32include_HEADERS += gstglwindow_win32_wgl.h
|
noinst_HEADERS += gstglwindow_win32_wgl.h
|
||||||
endif
|
endif
|
||||||
if USE_EGL
|
if USE_EGL
|
||||||
libgstgl_win32_la_SOURCES += gstglwindow_win32_egl.c
|
libgstgl_win32_la_SOURCES += gstglwindow_win32_egl.c
|
||||||
libgstglwin32include_HEADERS += gstglwindow_win32_egl.h
|
noinst_HEADERS += gstglwindow_win32_egl.h
|
||||||
endif
|
endif
|
||||||
|
|
||||||
libgstgl_win32_la_CFLAGS = \
|
libgstgl_win32_la_CFLAGS = \
|
||||||
|
|
Loading…
Reference in a new issue