diff options
author | Daniel Stone <daniel@fooishbar.org> | 2006-07-30 11:52:41 +0300 |
---|---|---|
committer | Daniel Stone <daniels@endtroducing.fooishbar.org> | 2006-07-30 11:52:41 +0300 |
commit | ecb7d43a76d507d04891ab7f189b23be5eccda51 (patch) | |
tree | c9754e2362a8e364fb25554f797f0dac82f5a483 | |
parent | bf2d7499c84c94f228d03b21448f5688b3cda1a8 (diff) |
add sym.h to sources
-rw-r--r-- | hw/xfree86/loader/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xfree86/loader/Makefile.am b/hw/xfree86/loader/Makefile.am index 357af77b6..030672389 100644 --- a/hw/xfree86/loader/Makefile.am +++ b/hw/xfree86/loader/Makefile.am @@ -30,4 +30,5 @@ libloader_a_SOURCES = \ fontsym.c \ misym.c \ xf86sym.c \ + sym.h \ $(SPARC_SOURCES) |