diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2009-12-13 11:54:32 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2009-12-13 11:54:32 (GMT) |
commit | 7468875c1022337efbff78069d715672ae083150 (patch) | |
tree | 0a8e5ce9cce113506a601539c9aa0a1b4ae48680 /src/arch/x86 | |
parent | c6409e2c6a390a7cca40da8572c93a5268e90a27 (diff) |
Loaded and saved binary parts.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@140 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'src/arch/x86')
-rw-r--r-- | src/arch/x86/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/x86/Makefile.am b/src/arch/x86/Makefile.am index 5c684e2..55a88b1 100644 --- a/src/arch/x86/Makefile.am +++ b/src/arch/x86/Makefile.am @@ -51,7 +51,7 @@ libarchx86_la_SOURCES = \ libarchx86_la_CFLAGS = $(AM_CFLAGS) -INCLUDES = $(LIBGTK_CFLAGS) +INCLUDES = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) AM_CPPFLAGS = |