diff options
author | Kevin E Martin <kem@kem.org> | 2005-11-29 16:39:33 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-11-29 16:39:33 +0000 |
commit | da5d66f2ff27b21fe5c39a4abb4f627edd707f1d (patch) | |
tree | ad479b2ead1b745fc1eb056456c2126f8e18f947 /afb | |
parent | 51a721a6dbb42702347aad3115147e4922fc1a25 (diff) |
Fix usage of XFree86LOADER/XFree86Module/IN_MODULE and update loadable
module builds to reflect this change.
Diffstat (limited to 'afb')
-rw-r--r-- | afb/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
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 |