libkms: Fix include paths

Otherwise xf86drm.h isn't found, or the wrong one.
main
Daniel Stone 2010-06-01 19:23:42 +01:00
parent 607e228c26
commit ae57dcf6e0
1 changed files with 2 additions and 1 deletions

View File

@ -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)