diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2011-06-14 19:47:02 -0700 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2011-06-23 05:28:31 -0700 |
commit | 6259b30111f568ec3d1b32dc6382bce46d8e6ccc (patch) | |
tree | 99c81b186f00e2d9d2c855c9039410e83871081c /hw/xfree86/.gitignore | |
parent | 7d5c8a12cbc295b3e33e1b60bd7330e2bc93a966 (diff) |
xfree86: Move sdksyms generation to ddx toplevel
The symbols in sdksyms.c cover the entire source tree. In order to make
them resolve when libxorg.la goes away, move the objects from libloader
to Xorg. Unfortunately, this means sdksyms needs to get built again for
the test code.
Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
Tested-by: Jamey Sharp <jamey@minilop.net>
Reviewed-by: Daniel Stone <daniel@fooishbar.org>
Tested-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'hw/xfree86/.gitignore')
-rw-r--r-- | hw/xfree86/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xfree86/.gitignore b/hw/xfree86/.gitignore index f9b3f4a9f..997a94efe 100644 --- a/hw/xfree86/.gitignore +++ b/hw/xfree86/.gitignore @@ -1,2 +1,4 @@ Xorg xorg.conf.example +sdksyms.c +sdksyms.dep |