diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-07-29 11:03:43 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-07-29 11:05:28 +0100 |
commit | 3cb75950a90c28690f78fd3bf93ff8e23e5d543a (patch) | |
tree | de5490da2689b086e9af0bad6db59695ee987401 /src/uxa | |
parent | 1dd79c225cedf5614a77e5db9f9d9700bf957bb8 (diff) |
uxa: Fix incorrect include path
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/uxa')
-rw-r--r-- | src/uxa/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uxa/Makefile.am b/src/uxa/Makefile.am index dfb556fc..971ac211 100644 --- a/src/uxa/Makefile.am +++ b/src/uxa/Makefile.am @@ -20,7 +20,7 @@ AM_CFLAGS = @CWARNFLAGS@ @XORG_CFLAGS@ @DRM_CFLAGS@ @PCIACCESS_CFLAGS@ AM_CFLAGS += @UDEV_CFLAGS@ @DRM_CFLAGS@ @DRMINTEL_CFLAGS@ -AM_CFLAGS += -I$(top_srcdir)/uxa -I$(top_srcdir)/src -I$(top_srcdir)/src/render_program +AM_CFLAGS += -I$(top_srcdir)/xvmc -I$(top_srcdir)/src -I$(top_srcdir)/src/render_program noinst_LTLIBRARIES = libuxa.la libuxa_la_LIBADD = @UDEV_LIBS@ @DRMINTEL_LIBS@ @DRM_LIBS@ |