diff options
author | Ian Lance Taylor <ian@airs.com> | 1998-02-13 18:13:58 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1998-02-13 18:13:58 +0000 |
commit | 3a9946537687844599410507fb8609464dce0e9a (patch) | |
tree | 2cf287ad9722a31eaa9e13446e1af752edfb7077 /opcodes/Makefile.am | |
parent | 6e639e5d7b58ac672f4b41b5b83fdfe3ddceb000 (diff) | |
download | gdb-3a9946537687844599410507fb8609464dce0e9a.zip gdb-3a9946537687844599410507fb8609464dce0e9a.tar.gz gdb-3a9946537687844599410507fb8609464dce0e9a.tar.bz2 |
* Makefile.am (libopcodes_la_LDFLAGS): Define.
* Makefile.in: Rebuild.
Diffstat (limited to 'opcodes/Makefile.am')
-rw-r--r-- | opcodes/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/opcodes/Makefile.am b/opcodes/Makefile.am index 4fc2e46..569bf84 100644 --- a/opcodes/Makefile.am +++ b/opcodes/Makefile.am @@ -124,6 +124,7 @@ disassemble.lo: disassemble.c $(INCDIR)/dis-asm.h libopcodes_la_SOURCES = dis-buf.c disassemble.c libopcodes_la_DEPENDENCIES = $(OFILES) libopcodes_la_LIBADD = $(OFILES) +libopcodes_la_LDFLAGS = -release $(VERSION) # libtool will build .libs/libopcodes.a. We create libopcodes.a in # the build directory so that we don't have to convert all the |