X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=tools%2FMakefile.am;h=9e69b46f4207bdd529b86cc30770aaabf3b177ef;hp=361b0b4e053607e89d3a7dc59a3b6df76595153d;hb=59fb353ca955f4d6806938fccbe3100cee86b902;hpb=b001c3168f53cb99a5faeb9adc8b0af75013bb4d diff --git a/tools/Makefile.am b/tools/Makefile.am index 361b0b4..9e69b46 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,7 +1,7 @@ -libopen: - $(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 +libopen_la_SOURCES = libopen.c +libopen_la_LIBADD = @LIBDL_LIBS@ -install: - $(INSTALL) libopen.so.0.0 $(DEST)/usr/lib +EXTRA_DIST = enigma2.sh.in