summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2011-10-30 21:24:12 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2011-10-30 21:24:12 +0100
commit91b3c7f3338370538feeb080c79a1f506823dee5 (patch)
treeabf5b98c547783b5f1c10faec185c594ce3a63d4 /lib
parentf361664df024e7d30ef94221304207991c2ebb6c (diff)
make distcheck fixes
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 4612cd53..6afe084e 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -8,6 +8,9 @@ libintel_tools_la_SOURCES = \
intel_mmio.c \
intel_pci.c \
intel_reg.h \
+ i915_3d.h \
+ i915_reg.h \
+ i830_reg.h \
intel_reg_map.c \
instdone.c \
instdone.h \
@@ -22,5 +25,6 @@ libintel_tools_la_SOURCES += \
AM_CFLAGS += $(DRM_CFLAGS)
endif
+
noinst_LTLIBRARIES = libintel_tools.la