diff options
author | Keith Packard <keithp@keithp.com> | 2010-05-20 13:40:24 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-05-20 14:34:53 -0700 |
commit | 1197a87b5638037cc48084fba4eec9d3b599e900 (patch) | |
tree | fa3940af51f150290adbc2c916ad70468039063a /hw/xwin/Makefile.am | |
parent | 1cad520f3f1d9d520422e3e4d5d8f4ea85a212a4 (diff) |
winpriv.h was moved from hw/xwin to hw/xwin/glx in November
hw/xwin/Makefile.am was referencing this instead of hw/xwin/glx/Makefile.am
Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Julien Cristau <jcristau@debian.org>
Diffstat (limited to 'hw/xwin/Makefile.am')
-rw-r--r-- | hw/xwin/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xwin/Makefile.am b/hw/xwin/Makefile.am index 7544cd3da..03cb80824 100644 --- a/hw/xwin/Makefile.am +++ b/hw/xwin/Makefile.am @@ -117,7 +117,6 @@ SRCS = InitInput.c \ winms.h \ winmultiwindowclass.h \ winprefs.h \ - winpriv.h \ winresource.h \ winwindow.h \ XWin.rc \ |