update scrollbar in timerlist when a entry is removed
[enigma2.git] / tools / Makefile.am
index ff743579233e7602d323346e9e145db20d5e274b..7b4c917ee803be20bbb9fd00fbbba8d8d8387efe 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: all
+       $(INSTALL) libopen.so.0.0 $(DESTDIR)/usr/lib