From a407fa373bb72f29050e3f027042011075b3bdf0 Mon Sep 17 00:00:00 2001 From: Kevin E Martin Date: Fri, 15 Jul 2005 22:51:05 +0000 Subject: Move drm up to os-support since the files are shared by multiple platforms. Fix the dri and drm build. Fix server-side DMX extension build. Make xf4bpp use the correct version of mfbline.c for mfbseg.c. Add #ifndef _HEADERNAME_H_/#define _HEADERNAME_H_/.../#endif to the headers. --- hw/xfree86/xf4bpp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/xfree86/xf4bpp') diff --git a/hw/xfree86/xf4bpp/Makefile.am b/hw/xfree86/xf4bpp/Makefile.am index fb42b3856..8d4d2f72a 100644 --- a/hw/xfree86/xf4bpp/Makefile.am +++ b/hw/xfree86/xf4bpp/Makefile.am @@ -55,7 +55,7 @@ DISTCLEANFILES = mfbseg.c mfbseg.c: echo "#define POLYSEGMENT" > $@ - echo "#include \"$(top_srcdir)/mfb/mfbline.c\"" >> $@ + echo "#include \"$(srcdir)/mfbline.c\"" >> $@ INCLUDES = $(XORG_INCS) -I$(srcdir)/../xf1bpp -I$(top_srcdir)/mfb -I$(top_srcdir)/cfb -- cgit v1.2.3