Add some missing header files to _SOURCES so they get distributed properly

Signed-off-by: Jon TURNEY <[email protected]>
---
 hw/xwin/Makefile.am     |    3 +++
 hw/xwin/glx/Makefile.am |    3 ++-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/hw/xwin/Makefile.am b/hw/xwin/Makefile.am
index 4c2f04e..f1a03e5 100644
--- a/hw/xwin/Makefile.am
+++ b/hw/xwin/Makefile.am
@@ -83,14 +83,17 @@ SRCS =      InitInput.c \
        winengine.c \
        winerror.c \
        winglobals.c \
+       winglobals.h \
        winkeybd.c \
        winkeyhook.c \
        winmisc.c \
        winmonitors.c \
+       winmonitors.h \
        winmouse.c \
        winmsg.c \
        winmultiwindowclass.c \
        winmultiwindowicons.c \
+       winmultiwindowicons.h \
        winprefs.c \
        winprefsyacc.y \
        winprefslex.l \
diff --git a/hw/xwin/glx/Makefile.am b/hw/xwin/glx/Makefile.am
index 7222a9f..59f6879 100644
--- a/hw/xwin/glx/Makefile.am
+++ b/hw/xwin/glx/Makefile.am
@@ -6,7 +6,8 @@ libXwinGLX_la_SOURCES = \
        glwindows.h \
        glwrap.c \
        indirect.c \
-       wgl_ext_api.c
+       wgl_ext_api.c \
+       wgl_ext_api.h
 
 if XWIN_MULTIWINDOW
 DEFS_MULTIWINDOW = -DXWIN_MULTIWINDOW
-- 
1.7.9

_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to