summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Makefile.am')
-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