debrix/hw/xorg/loader Makefile.am,1.2,1.3
Daniel Stone
xserver-commit at pdx.freedesktop.org
Sun Jun 27 22:02:27 PDT 2004
- Previous message: debrix/hw/xorg/xf8_32wid Makefile.am, NONE, 1.1 cfbscrinit.c, 1.2,
1.3 cfbwid.c, 1.2, 1.3 cfbwindow.c, 1.2, 1.3
- Next message: debrix/hw/xorg/include/X11/extensions Makefile.am,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Committed by: daniel
Update of /cvs/xserver/debrix/hw/xorg/loader
In directory pdx:/tmp/cvs-serv13392
Modified Files:
Makefile.am
Log Message:
Fix up ajax's previous commit by making sure the xaa include path is relative
to $(srcdir), not $(builddir). That was what I had originally, but forgot
to include in the cvs ci.
Index: Makefile.am
===================================================================
RCS file: /cvs/xserver/debrix/hw/xorg/loader/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.am 28 Jun 2004 02:43:41 -0000 1.2
+++ Makefile.am 28 Jun 2004 05:02:25 -0000 1.3
@@ -2,7 +2,8 @@
AM_CFLAGS = $(XORG_CFLAGS) -DDLOPEN_SUPPORT -DHAS_SHM -DXFree86LOADER
INCLUDES = $(XORG_INCS) -I$(srcdir)/../parser -I$(srcdir)/../vbe \
-I$(srcdir)/../ddc -I$(srcdir)/../int10 -I$(srcdir)/../i2c \
- -I$(srcdir)/../fbdevhw -I../xaa
+ -I$(srcdir)/../fbdevhw -I$(srcdir)/../xaa
+
libloader_a_SOURCES = \
dlloader.c \
aoutloader.c \
- Previous message: debrix/hw/xorg/xf8_32wid Makefile.am, NONE, 1.1 cfbscrinit.c, 1.2,
1.3 cfbwid.c, 1.2, 1.3 cfbwindow.c, 1.2, 1.3
- Next message: debrix/hw/xorg/include/X11/extensions Makefile.am,1.2,1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the xserver-commit
mailing list