From b001c3168f53cb99a5faeb9adc8b0af75013bb4d Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Wed, 18 Oct 2006 01:31:46 +0000 Subject: do not use libtool --- tools/Makefile.am | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'tools/Makefile.am') diff --git a/tools/Makefile.am b/tools/Makefile.am index ff743579..361b0b4e 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,6 +1,7 @@ -lib_LTLIBRARIES = libopen.la +libopen: + $(CXX) -Wall -W libopen.c -O2 -nostartfiles -shared -fPIC -Wl,-soname,libopen.so.0 -o libopen.so.0.0 -ldl -libopen_la_SOURCES = libopen.c +all: libopen -install-exec-local: -$(LIBTOOL) --mode=install install libopen.la $(DESTDIR)/usr/lib \ No newline at end of file +install: + $(INSTALL) libopen.so.0.0 $(DEST)/usr/lib -- cgit v1.2.3