summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2014-09-07 15:31:00 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2014-09-28 17:09:33 +0100
commit98ec08d836d21a516f7646a10e0e2ae4501182f1 (patch)
tree95e219f33aa846b89d87f17dbda5b87f1b9bb850 /configure.ac
parent666788a6062de62aa0b3560760fbb0903167a319 (diff)
automake: remove obsolete makefiles
Rather than having two extra makefiles in order to ship ~10 headers just fold its 5 lines of code into the top one makefile. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index bb0559a1..16625a5e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -410,8 +410,6 @@ AC_CONFIG_FILES([
tests/radeon/Makefile
tests/vbltest/Makefile
tests/exynos/Makefile
- include/Makefile
- include/drm/Makefile
man/Makefile
libdrm.pc])
AC_OUTPUT