diff options
Diffstat (limited to 'plugins/arm/v7')
-rw-r--r-- | plugins/arm/v7/Makefile.am | 5 | ||||
-rw-r--r-- | plugins/arm/v7/opcodes/Makefile.am | 5 | ||||
-rw-r--r-- | plugins/arm/v7/operands/Makefile.am | 5 |
3 files changed, 15 insertions, 0 deletions
diff --git a/plugins/arm/v7/Makefile.am b/plugins/arm/v7/Makefile.am index bac6841..1ce4b01 100644 --- a/plugins/arm/v7/Makefile.am +++ b/plugins/arm/v7/Makefile.am @@ -25,6 +25,11 @@ libarmv7_la_LIBADD = \ libarmv7_la_CFLAGS = $(AM_CFLAGS) +devdir = $(includedir)/chrysalide-$(subdir) + +dev_HEADERS = $(libarmv7_la_SOURCES:%c=) + + AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) -I$(top_srcdir)/src AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS) diff --git a/plugins/arm/v7/opcodes/Makefile.am b/plugins/arm/v7/opcodes/Makefile.am index ddaabb7..3f5b000 100644 --- a/plugins/arm/v7/opcodes/Makefile.am +++ b/plugins/arm/v7/opcodes/Makefile.am @@ -18,6 +18,11 @@ libarmv7opcodes_la_LIBADD = libarmv7opcodes_la_CFLAGS = $(AM_CFLAGS) +devdir = $(includedir)/chrysalide-$(subdir) + +dev_HEADERS = $(libarmv7opcodes_la_SOURCES:%c=) + + AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS) -I$(top_srcdir)/src diff --git a/plugins/arm/v7/operands/Makefile.am b/plugins/arm/v7/operands/Makefile.am index 5b2d245..eca891c 100644 --- a/plugins/arm/v7/operands/Makefile.am +++ b/plugins/arm/v7/operands/Makefile.am @@ -16,6 +16,11 @@ libarmv7operands_la_LIBADD = libarmv7operands_la_CFLAGS = $(AM_CFLAGS) +devdir = $(includedir)/chrysalide-$(subdir) + +dev_HEADERS = $(libarmv7operands_la_SOURCES:%c=) + + AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) -I$(top_srcdir)/src AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS) |