xserver-multidpi/hw/xfree86/loader
Keith Packard 628d16a92a loader: Don't distribute sdksyms.c and make it depend on the config
sdksyms.c is constructed by processing header files with the C
preprocessor. Its contents will vary depending on the precise
configuration options, and so must depend on the config header
files.

We have one header file which is always changed when any config option
is modified called do-not-use-config.h (which may want a different
name at some point), so make sdksyms.c depend on that file.

Also, we don't want to ship this file; it always needs to be
built. So, include it in the nodist_libloader_la_SOURCES list to
prevent it from being added to the tarball.

Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
2011-03-03 21:54:25 -08:00
..
.gitignore .gitignore: use common defaults with custom section #24239 2009-11-11 21:40:20 -08:00
loader.c Remove SCO support 2010-12-20 12:11:11 -05:00
loader.h loader: Remove a silly layer of reference counting 2010-09-22 10:57:12 -04:00
loaderProcs.h loader: Remove a silly layer of reference counting 2010-09-22 10:57:12 -04:00
loadext.c Remove unnecessary parentheses around return values in functions 2010-06-10 06:42:42 -07:00
loadmod.c loader: warning fix 2010-12-31 12:36:44 +00:00
Makefile.am loader: Don't distribute sdksyms.c and make it depend on the config 2011-03-03 21:54:25 -08:00
os.c Remove SCO support 2010-12-20 12:11:11 -05:00
sdksyms.sh os: Add facilities for client ID tracking. 2010-12-23 13:53:18 +02:00