-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug #5871: Drop special build infrastructure left over from libcwrapper
times. (George Fufutos)
- Loading branch information
Eric Anholt
committed
Feb 16, 2006
1 parent
c2f685e
commit c845e15
Showing
6 changed files
with
17 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
2006-02-15 Eric Anholt <[email protected]> | ||
|
||
* XTrap/Makefile.am: | ||
* Xext/Makefile.am: | ||
* dbe/Makefile.am: | ||
* hw/xfree86/dixmods/Makefile.am: | ||
* record/Makefile.am: | ||
Bug #5871: Drop special build infrastructure left over from libcwrapper | ||
times. (George Fufutos) | ||
|
||
2006-02-16 Dave Airlie <[email protected]> | ||
|
||
* Xext/xres.c: (ProcXResQueryClientPixmapBytes): | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,5 @@ | ||
noinst_LTLIBRARIES = libxtrap.la libxtrapmodule.la | ||
noinst_LTLIBRARIES = libxtrap.la | ||
|
||
AM_CFLAGS = $(DIX_CFLAGS) @SERVER_DEFINES@ @LOADER_DEFINES@ | ||
|
||
libxtrap_la_SOURCES = xtrapddmi.c xtrapdi.c xtrapdiswp.c xtrapditbl.c | ||
|
||
libxtrapmodule_la_CFLAGS = \ | ||
$(AM_CFLAGS) \ | ||
@MODULE_DEFINES@ \ | ||
-I$(top_srcdir)/hw/xfree86/os-support | ||
libxtrapmodule_la_SOURCES = xtrapddmi.c xtrapdi.c xtrapdiswp.c xtrapditbl.c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,7 @@ | ||
noinst_LTLIBRARIES = librecord.la librecordmodule.la | ||
noinst_LTLIBRARIES = librecord.la | ||
|
||
AM_CFLAGS = $(DIX_CFLAGS) @SERVER_DEFINES@ @LOADER_DEFINES@ | ||
|
||
INCLUDES = -I$(top_srcdir)/hw/xfree86/os-support | ||
|
||
librecord_la_SOURCES = record.c set.c | ||
|
||
librecordmodule_la_CFLAGS = $(AM_CFLAGS) @MODULE_DEFINES@ | ||
librecordmodule_la_SOURCES = record.c set.c | ||
|
||
EXTRA_DIST = set.h |