diff options
author | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2008-12-10 00:32:34 -0200 |
---|---|---|
committer | Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> | 2008-12-10 00:36:41 -0200 |
commit | aa71ac1dd4697738752c73fe4c106b665ea3ec25 (patch) | |
tree | 25fb376f6dbfa49bd3f2c07060fa1702981ee9bd /hw | |
parent | 090f63123975220819d531f569df6e5787607ec6 (diff) |
Add dependency tracking to sdksyms.c and export composite wrapper.
Thanks to David Miller for noticing a make problem with sdksyms.c
not being regenerated when sdksyms.sh is updated. This is not yet the
best solution; automake generates dependency for sdksyms.o, but the
build really should also regenerate sdksyms.c when sdksyms.o needs to
be regenerated.
Export the symbols in miext/cw/cw.h. These symbols are in libxaa, and
at least the nvidia driver uses them. Maybe cw.h should be installed
in the sdk.
Diffstat (limited to 'hw')
-rw-r--r-- | hw/xfree86/loader/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/loader/Makefile.am b/hw/xfree86/loader/Makefile.am index e4e3b48fb..ccf16fc79 100644 --- a/hw/xfree86/loader/Makefile.am +++ b/hw/xfree86/loader/Makefile.am @@ -23,5 +23,5 @@ libloader_la_SOURCES = \ CLEANFILES = sdksyms.c -sdksyms.c: +sdksyms.c: sdksyms.sh $(srcdir)/sdksyms.sh $(AM_CFLAGS) $(CFLAGS) $(INCLUDES) |