diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2018-06-01 16:37:31 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2018-06-01 16:37:31 (GMT) |
commit | c023fa77f9765c6c80793003a5c4fbf8d5a4bd5a (patch) | |
tree | 46c892464f572a2eba7e9493bc97bcac6e2d351e | |
parent | 48b4166d1f2931fa7f311b6ec1c77153052e63a0 (diff) |
Added a missing directory to SUBDIRS.
-rw-r--r-- | plugins/arm/v7/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/arm/v7/Makefile.am b/plugins/arm/v7/Makefile.am index f9bdb08..35b8133 100644 --- a/plugins/arm/v7/Makefile.am +++ b/plugins/arm/v7/Makefile.am @@ -35,4 +35,4 @@ AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS) -I$(top_srcdir)/src AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS) -SUBDIRS = opdefs opcodes operands +SUBDIRS = opdefs opcodes operands registers |