diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2018-04-22 09:50:50 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2018-04-22 09:50:50 (GMT) |
commit | 5194dad10519504c6c7416d85c9191a0075f9af1 (patch) | |
tree | 0705b405ea0fc5a055c5192a2281e490eca6827d /plugins/arm/v7/opcodes | |
parent | b127b9d7c8cb99ac14578f6ccd486c1238192e89 (diff) |
Included all plugins headers in the installation process.
Diffstat (limited to 'plugins/arm/v7/opcodes')
-rw-r--r-- | plugins/arm/v7/opcodes/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
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 |