From ae57dcf6e063860200b7949d5e2365e80ac4aea7 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Tue, 1 Jun 2010 19:23:42 +0100 Subject: libkms: Fix include paths Otherwise xf86drm.h isn't found, or the wrong one. --- libkms/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libkms/Makefile.am') diff --git a/libkms/Makefile.am b/libkms/Makefile.am index 0375ae49..2c758786 100644 --- a/libkms/Makefile.am +++ b/libkms/Makefile.am @@ -1,6 +1,7 @@ AM_CFLAGS = \ $(WARN_CFLAGS) \ - -I$(top_srcdir)/include/drm + -I$(top_srcdir)/include/drm \ + -I$(top_srcdir) libkms_la_LTLIBRARIES = libkms.la libkms_ladir = $(libdir) -- cgit v1.2.3