diff options
author | Tiago Vignatti <tiago.vignatti@nokia.com> | 2009-11-11 19:01:12 +0200 |
---|---|---|
committer | Tiago Vignatti <tiago.vignatti@nokia.com> | 2009-11-11 19:01:12 +0200 |
commit | ad873c1616c22268e88931a76680ba37ef066f34 (patch) | |
tree | 6b19cb290a5fc2ee81c86f0e6fdf22fffcb963e1 | |
parent | 743b308cd426a27da66ba181481a1bcd3e043ee8 (diff) |
do not export x86emu symbols
Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
-rw-r--r-- | src/x86emu/Makefile.am | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/x86emu/Makefile.am b/src/x86emu/Makefile.am index c6ecc1b..c31da67 100644 --- a/src/x86emu/Makefile.am +++ b/src/x86emu/Makefile.am @@ -6,14 +6,12 @@ libx86emu_la_SOURCES = debug.c \ ops2.c \ ops.c \ prim_ops.c \ - sys.c + sys.c \ + x86emu.h INCLUDES = -EXTRA_DIST = validate.c - -sdkdir = $(includedir)/x86emu -sdk_HEADERS= x86emu.h \ +EXTRA_DIST = validate.c \ x86emu/debug.h \ x86emu/decode.h \ x86emu/fpu.h \ |