summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Vignatti <tiago.vignatti@nokia.com>2009-11-11 19:01:12 +0200
committerTiago Vignatti <tiago.vignatti@nokia.com>2009-11-11 19:01:12 +0200
commitad873c1616c22268e88931a76680ba37ef066f34 (patch)
tree6b19cb290a5fc2ee81c86f0e6fdf22fffcb963e1
parent743b308cd426a27da66ba181481a1bcd3e043ee8 (diff)
do not export x86emu symbols
Signed-off-by: Tiago Vignatti <tiago.vignatti@nokia.com>
-rw-r--r--src/x86emu/Makefile.am8
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 \