summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2012-02-11 20:54:18 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2012-02-11 21:02:22 +0000
commit87bed52180cd2abd80ef6b58384f9fd9c9968f7b (patch)
treed35094099d6d160932f5c66134ce49b557a5a55d /src/Makefile.am
parentc64ebee5fdccf313cbd3c73850e02e6fa7dd2a65 (diff)
Include a local copy of list.h
In 1.11.903, the list.h was renamed to xorg-list.h with a corresponding change to all structures. As we carried local fixes to list.h and extended functionality, just create our own list.h with a bit of handwaving to protect us for the brief existence of xorg/include/list.h. Reported-by: Armin K <krejzi@email.com> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=45938 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index a6325435..448a354e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -41,6 +41,7 @@ endif
NULL:=#
intel_drv_la_SOURCES = \
+ intel_list.h \
intel_module.c \
$(NULL)