From 3a9946537687844599410507fb8609464dce0e9a Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 13 Feb 1998 18:13:58 +0000 Subject: * Makefile.am (libopcodes_la_LDFLAGS): Define. * Makefile.in: Rebuild. --- opcodes/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opcodes/Makefile.in') diff --git a/opcodes/Makefile.in b/opcodes/Makefile.in index 6e55b1c..b552ba6 100644 --- a/opcodes/Makefile.in +++ b/opcodes/Makefile.in @@ -192,6 +192,7 @@ INCLUDES = -D_GNU_SOURCE -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR) @HDEFI 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 @@ -240,7 +241,6 @@ libopcodes_a_SOURCES = libopcodes.a.c libopcodes_a_OBJECTS = libopcodes.a.o LTLIBRARIES = $(lib_LTLIBRARIES) -libopcodes_la_LDFLAGS = libopcodes_la_OBJECTS = dis-buf.lo disassemble.lo CFLAGS = @CFLAGS@ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS) -- cgit v1.1