diff options
author | Nick Clifton <nickc@redhat.com> | 2000-05-21 17:01:02 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-05-21 17:01:02 +0000 |
commit | 6c298591a34972fc8cee225979d1ab26829f088b (patch) | |
tree | c2d90d39d07bd90aba555f1a903d75e078c97880 /opcodes/Makefile.am | |
parent | 9442cea301acf5c22e6dde594bc169f150301af5 (diff) | |
download | gdb-6c298591a34972fc8cee225979d1ab26829f088b.zip gdb-6c298591a34972fc8cee225979d1ab26829f088b.tar.gz gdb-6c298591a34972fc8cee225979d1ab26829f088b.tar.bz2 |
Define LIBIBERTY
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 893f28c..a3fc14e 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -16,6 +16,9 @@ lib_LTLIBRARIES = libopcodes.la # This is where bfd.h lives. BFD_H = ../bfd/bfd.h +# This is where libiberty lives. +LIBIBERTY = ../libiberty/libiberty.a + # Header files. HFILES = \ arm-opc.h \ |