diff options
Diffstat (limited to 'opcodes/Makefile.am')
-rw-r--r-- | opcodes/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index 8d03307..57bdb4a 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -15,6 +15,9 @@ AM_CFLAGS = $(WARN_CFLAGS) bfdlibdir = @bfdlibdir@ bfdincludedir = @bfdincludedir@ +.PHONY: install-html +install-html: + bfdlib_LTLIBRARIES = libopcodes.la # This is where bfd.h lives. |