debrix/hw/xorg Makefile.am,1.2,1.3

Daniel Stone xserver-commit at pdx.freedesktop.org
Sun Jun 27 13:58:27 PDT 2004


Committed by: daniel

Update of /cvs/xserver/debrix/hw/xorg
In directory pdx:/tmp/cvs-serv13654/hw/xorg

Modified Files:
	Makefile.am 
Log Message:
Makefile.am shuffling: disable all module-building, and link everything
in the tree into one static server, so that modules who dep on variables
from fbdevhw/xaa/etc can now load (e.g. fbdevhw, nv). This tree shouldn't
build any modules; it should only install Xorg, and SDK headers.


Index: Makefile.am
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.am	14 Jun 2004 02:19:39 -0000	1.2
+++ Makefile.am	27 Jun 2004 20:58:24 -0000	1.3
@@ -20,9 +20,18 @@
             common/libcommon.a \
             common/libhelper.a \
             common/libmode.a \
+            ddc/libddc.a \
+            i2c/libi2c.a \
+            int10/libint10.a \
             parser/libparser.a \
             fbdevhw/libfbdevhw.a \
             rac/librac.a \
+            ramdac/libramdac.a \
+            scanpci/libpcidata.a \
+            scanpci/libscanpci.a \
+            vbe/libvbe.a \
+            vgahw/libvgahw.a \
+            xaa/libxaa.a \
             xf4bpp/libxf4bpp.a \
             xf1bpp/libxf1bpp.a \
             $(OS_LIBS) \




More information about the xserver-commit mailing list