diff options
| author | Andreas Oberritter <obi@opendreambox.org> | 2010-10-21 23:05:17 +0000 |
|---|---|---|
| committer | Andreas Oberritter <obi@opendreambox.org> | 2010-11-16 16:08:51 +0100 |
| commit | 019078f72b33340423bfc84691b0d708041cd86f (patch) | |
| tree | a0acf68c902b051ddb3da8d2361a143f987c89f5 /tools | |
| parent | 567cdcb4aca0b40ec7017459642f135d6139e585 (diff) | |
| download | enigma2-019078f72b33340423bfc84691b0d708041cd86f.tar.gz enigma2-019078f72b33340423bfc84691b0d708041cd86f.zip | |
libopen: build with libtool
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/Makefile.am | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 82301a61..4e1e8efd 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,9 +1,4 @@ -libopen.so.0.0: libopen.c - $(CXX) -Wall -W libopen.c -O2 -nostartfiles -shared -fPIC -Wl,-soname,libopen.so.0 -o libopen.so.0.0 -ldl +lib_LTLIBRARIES = libopen.la -all: libopen.so.0.0 - -CLEANFILES = libopen.so.0.0 - -install: all - $(INSTALL) libopen.so.0.0 $(DESTDIR)/usr/lib +libopen_la_SOURCES = libopen.c +libopen_la_LIBADD = -ldl |
