mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +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
|
||||
libgstgl_win32_la_SOURCES += gstglwindow_win32_wgl.c
|
||||
libgstglwin32include_HEADERS += gstglwindow_win32_wgl.h
|
||||
noinst_HEADERS += gstglwindow_win32_wgl.h
|
||||
endif
|
||||
if USE_EGL
|
||||
libgstgl_win32_la_SOURCES += gstglwindow_win32_egl.c
|
||||
libgstglwin32include_HEADERS += gstglwindow_win32_egl.h
|
||||
noinst_HEADERS += gstglwindow_win32_egl.h
|
||||
endif
|
||||
|
||||
libgstgl_win32_la_CFLAGS = \
|
||||
|
|
Loading…
Reference in a new issue