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/mips | |
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/mips')
-rw-r--r-- | src/arch/mips/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/mips/Makefile.am b/src/arch/mips/Makefile.am index 7b25864..95af97f 100644 --- a/src/arch/mips/Makefile.am +++ b/src/arch/mips/Makefile.am @@ -20,7 +20,7 @@ libarchmips_la_SOURCES = \ libarchmips_la_CFLAGS = $(AM_CFLAGS) -INCLUDES = $(LIBGTK_CFLAGS) +INCLUDES = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) AM_CPPFLAGS = |