NumericalTextInput.py: better handylike character input (draft proposal)
[enigma2.git] / tools / Makefile.am
index 2614b570d5bea4decfe531c9d69c5c1da7faa041..9e69b46f4207bdd529b86cc30770aaabf3b177ef 100644 (file)
@@ -1,9 +1,7 @@
-libopen.so.0.0: 
-       $(CXX) -Wall -W libopen.c -O2 -nostartfiles -shared -fPIC -Wl,-soname,libopen.so.0 -o libopen.so.0.0 -ldl
+bin_SCRIPTS = enigma2.sh
+lib_LTLIBRARIES = libopen.la
 
-all: libopen.so.0.0
+libopen_la_SOURCES = libopen.c
+libopen_la_LIBADD = @LIBDL_LIBS@
 
-CLEANFILES = libopen.so.0.0
-
-install: all
-       $(INSTALL) libopen.so.0.0 $(DESTDIR)/usr/lib
+EXTRA_DIST = enigma2.sh.in