Signed-off-by: Gaetan Nadon <[email protected]> --- src/Makefile.am | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/Makefile.am b/src/Makefile.am index 4f0937e..a5c89ac 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -26,13 +26,12 @@ # TODO: -nostdlib/-Bstatic/-lgcc platform magic, not installing the .a, etc. AM_CFLAGS = $(XORG_CFLAGS) $(CWARNFLAGS) +AM_CPPFLAGS =-I$(top_srcdir)/include @driver_n...@_drv_la_ltlibraries = @driver_n...@_drv.la @driver_n...@_drv_la_ldflags = -module -avoid-version @driver_n...@_drv_ladir = @inputdir@ -INCLUDES=-I$(top_srcdir)/include/ - @driver_n...@_drv_la_sources = @[email protected] \ @[email protected] \ emuMB.c \ -- 1.6.0.4 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
