debrix/hw/xorg/ddc Makefile.am,1.1,1.2
Daniel Stone
xserver-commit at pdx.freedesktop.org
Sun Jun 27 13:58:28 PDT 2004
Committed by: daniel
Update of /cvs/xserver/debrix/hw/xorg/ddc
In directory pdx:/tmp/cvs-serv13654/hw/xorg/ddc
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/ddc/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile.am 10 Jun 2004 19:14:51 -0000 1.1
+++ Makefile.am 27 Jun 2004 20:58:25 -0000 1.2
@@ -1,7 +1,7 @@
sdk_HEADERS = edid.h vdif.h xf86DDC.h
-driver_LTLIBRARIES = libddc.la
-libddc_la_SOURCES = xf86DDC.c edid.c interpret_edid.c print_edid.c \
- interpret_vdif.c print_vdif.c ddcProperty.c
+noinst_LIBRARIES = libddc.a
+libddc_a_SOURCES = xf86DDC.c edid.c interpret_edid.c print_edid.c \
+ interpret_vdif.c print_vdif.c ddcProperty.c
INCLUDES = $(XORG_INCS) -I$(srcdir)/../i2c
More information about the xserver-commit
mailing list