debrix/hw/xorg/loader Makefile.am,1.2,1.3
Daniel Stone <xserver-commit-u7BhqnqprCWvj1b/[email protected]>
| Newsgroups | gmane.comp.freedesktop.xserver.cvs |
|---|---|
| Message-ID | <[email protected]> |
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 \