diff options
Diffstat (limited to 'src/arch/x86/opcodes')
-rw-r--r-- | src/arch/x86/opcodes/Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/arch/x86/opcodes/Makefile.am b/src/arch/x86/opcodes/Makefile.am index 6f7f71e..72eed13 100644 --- a/src/arch/x86/opcodes/Makefile.am +++ b/src/arch/x86/opcodes/Makefile.am @@ -50,8 +50,6 @@ libarchx86opcodes_la_LIBADD = libarchx86opcodes_la_CFLAGS = $(AM_CFLAGS) -INCLUDES = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) - -AM_CPPFLAGS = +AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS) |