diff options
author | Adam Jackson <ajax@redhat.com> | 2011-01-20 00:23:07 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2011-02-08 12:41:13 -0500 |
commit | 59d8e3cbdba032c7354c28c86cbd155e9da6447a (patch) | |
tree | ddaca5e124c3c3713a57278d416b68126f0efbbc /fb | |
parent | 994b7b3dc97f9afa713fe636af45a78002a4366f (diff) |
fb: Remove hw/xfree86/ from includes
Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Julien Cristau <jcristau@debian.org>
Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'fb')
-rw-r--r-- | fb/Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fb/Makefile.am b/fb/Makefile.am index f9f34c44c..89f3babb1 100644 --- a/fb/Makefile.am +++ b/fb/Makefile.am @@ -1,9 +1,5 @@ noinst_LTLIBRARIES = libfb.la libwfb.la -INCLUDES = \ - -I$(top_srcdir)/hw/xfree86/os-support \ - -I$(top_srcdir)/hw/xfree86/os-support/bus \ - -I$(top_srcdir)/hw/xfree86/common AM_CFLAGS = $(DIX_CFLAGS) if XORG |