diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2011-11-01 17:04:44 +0100 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2011-11-01 17:04:44 +0100 |
commit | 593cb1874a7929909773ec5d95e4b1911ff27918 (patch) | |
tree | 3a19da1702846a5a9de94a772fc589749a7b1452 /lib/Makefile.am | |
parent | 37c64007345d4cf949746dd64b150162053de7cf (diff) |
always require libdrm
... and also add the missing files to lib/Makefile.am
Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r-- | lib/Makefile.am | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 6afe084e..7b143d2e 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -3,6 +3,7 @@ NULL=# AM_CFLAGS = $(WARN_CFLAGS) -I$(srcdir)/.. libintel_tools_la_SOURCES = \ intel_batchbuffer.h \ + intel_batchbuffer.c \ intel_chipset.h \ intel_gpu_tools.h \ intel_mmio.c \ @@ -12,18 +13,14 @@ libintel_tools_la_SOURCES = \ i915_reg.h \ i830_reg.h \ intel_reg_map.c \ + intel_drm.c \ instdone.c \ instdone.h \ - drmtest.h - -if HAVE_DRM -libintel_tools_la_SOURCES += \ - intel_batchbuffer.c \ - intel_drm.c \ - drmtest.c \ + drmtest.h \ + debug.h \ $(NULL) + AM_CFLAGS += $(DRM_CFLAGS) -endif noinst_LTLIBRARIES = libintel_tools.la |