From: Emil Velikov Date: Wed, 24 Jun 2015 11:59:55 +0000 (+0100) Subject: st/wgl: add stw_nopfuncs.h to the sources lists X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a552c897caea31bbff3f16d2af8f5028a58bd344;p=mesa.git st/wgl: add stw_nopfuncs.h to the sources lists Signed-off-by: Emil Velikov --- diff --git a/src/gallium/state_trackers/wgl/Makefile.sources b/src/gallium/state_trackers/wgl/Makefile.sources index 8c463d5f18e..1e00caf97b7 100644 --- a/src/gallium/state_trackers/wgl/Makefile.sources +++ b/src/gallium/state_trackers/wgl/Makefile.sources @@ -9,6 +9,7 @@ C_SOURCES := \ stw_framebuffer.c \ stw_getprocaddress.c \ stw_nopfuncs.c \ + stw_nopfuncs.h \ stw_pixelformat.c \ stw_st.c \ stw_tls.c \