From da5d66f2ff27b21fe5c39a4abb4f627edd707f1d Mon Sep 17 00:00:00 2001 From: Kevin E Martin Date: Tue, 29 Nov 2005 16:39:33 +0000 Subject: Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadable module builds to reflect this change. --- afb/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'afb') diff --git a/afb/Makefile.am b/afb/Makefile.am index b162bada8..aa99bdd73 100644 --- a/afb/Makefile.am +++ b/afb/Makefile.am @@ -1,6 +1,6 @@ noinst_LTLIBRARIES = libafb.la -AM_CFLAGS = $(DIX_CFLAGS) +AM_CFLAGS = $(DIX_CFLAGS) @MODULE_DEFINES@ @LOADER_DEFINES@ libafb_gen_sources = afbbltC.c afbbltX.c afbbltCI.c afbbltO.c afbbltG.c afbtileC.c afbtileG.c afbseg.c @@ -12,7 +12,7 @@ libafb_la_SOURCES = afbgc.c afbwindow.c afbfont.c afbfillrct.c afbpntwin.c afbpi afbclip.c afbgetsp.c afbpolypnt.c afbbitblt.c afbcmap.c afbimggblt.c afbpntarea.c \ afbmisc.c afbbstore.c afbtegblt.c $(libafb_gen_sources) -INCLUDES = -I$(top_srcdir)/mfb +INCLUDES = -I$(top_srcdir)/mfb -I$(top_srcdir)/hw/xfree86/os-support EXTRA_DIST = afbline.c afbblt.c afbtile.c README Xdaniver.doc -- cgit v1.2.3