diff options
author | Kevin E Martin <kem@kem.org> | 2005-07-15 22:51:05 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-07-15 22:51:05 +0000 |
commit | a407fa373bb72f29050e3f027042011075b3bdf0 (patch) | |
tree | 002e232489505a0ca8e4b3e7b2862b748c21dfa3 /hw/xfree86/xf4bpp | |
parent | eb6fa0dc15516a0a436090efc6d85f22baeec015 (diff) |
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.
Diffstat (limited to 'hw/xfree86/xf4bpp')
-rw-r--r-- | hw/xfree86/xf4bpp/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |