aboutsummaryrefslogtreecommitdiff
path: root/opcodes/Makefile.am
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-02-26 22:09:26 +0000
committerNick Clifton <nickc@redhat.com>2002-02-26 22:09:26 +0000
commit263de0103e5f0e2a0f287e72c5f453ca2800b64c (patch)
treea1dcf9d1bc0fc32ea343a3d87441e5f95bf6d275 /opcodes/Makefile.am
parent7e8ed687cade2fc7fa07bfd36c7cbd5e1e45bc1b (diff)
downloadfsf-binutils-gdb-263de0103e5f0e2a0f287e72c5f453ca2800b64c.zip
fsf-binutils-gdb-263de0103e5f0e2a0f287e72c5f453ca2800b64c.tar.gz
fsf-binutils-gdb-263de0103e5f0e2a0f287e72c5f453ca2800b64c.tar.bz2
Export dis-asm.h as part of an install
Diffstat (limited to 'opcodes/Makefile.am')
-rw-r--r--opcodes/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am
index 502f117..00edf82 100644
--- a/opcodes/Makefile.am
+++ b/opcodes/Makefile.am
@@ -271,6 +271,12 @@ po/POTFILES.in: @MAINT@ Makefile
config.status: $(srcdir)/configure $(srcdir)/../bfd/configure.in
$(SHELL) ./config.status --recheck
+# Install libopcodes include file.
+install-data-local:
+ @$(NORMAL_INSTALL)
+ $(mkinstalldirs) $(DESTDIR)$(includedir)
+ $(INSTALL_DATA) $(INCDIR)/dis-asm.h $(DESTDIR)$(includedir)/dis-asm.h
+
CLEANFILES = \
stamp-m32r stamp-fr30 stamp-openrisc \
stamp-xstormy16 \