Add missing header file to Makefile

Add gstvaapitexture_glx.h to Makefile.am
This commit is contained in:
Sreerenj Balachandran 2015-01-28 18:25:09 +02:00
parent 96ce1bc761
commit 7651c51324

View file

@ -240,6 +240,7 @@ libgstvaapi_glx_source_c = \
libgstvaapi_glx_source_h = \
gstvaapidisplay_glx.h \
gstvaapitexture.h \
gstvaapitexture_glx.h \
gstvaapiwindow_glx.h \
$(NULL)