diff options
author | Peter Hutterer <peter@cs.unisa.edu.au> | 2007-10-03 18:08:33 +0930 |
---|---|---|
committer | Peter Hutterer <peter@cs.unisa.edu.au> | 2007-10-03 18:08:33 +0930 |
commit | ab88cb8d2e7c1410f9ed2be928b38f176b132e11 (patch) | |
tree | ac7ebeb1aae6957150d11955040dab37b905876d /Xext/Makefile.am | |
parent | 9f2b493e34e93881101f31e631901d3fe56da4f0 (diff) |
Xext: add missing geint.h to Makefile.am (un-breaks make dist)
Diffstat (limited to 'Xext/Makefile.am')
-rw-r--r-- | Xext/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Xext/Makefile.am b/Xext/Makefile.am index cdfd0dc71..e9e2d9ca1 100644 --- a/Xext/Makefile.am +++ b/Xext/Makefile.am @@ -15,7 +15,7 @@ INCLUDES = -I$(top_srcdir)/hw/xfree86/dixmods/extmod AM_CFLAGS = $(DIX_CFLAGS) if XORG -sdk_HEADERS = xvdix.h xvmcext.h geext.h +sdk_HEADERS = xvdix.h xvmcext.h geext.h geint.h endif # Sources always included in libXextbuiltin.la & libXext.la |