fix
[enigma2.git] / tools / Makefile.am
index ff743579233e7602d323346e9e145db20d5e274b..3e19e435924f488ed7ee3f4600d2171d85ca8bd9 100644 (file)
@@ -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 $(DESTDIR)/usr/lib