add a small wrapper lib for call modified versions of open/open64/fopen/fopen64/socke...
[vuplus_dvbapp] / tools / Makefile.am
diff --git a/tools/Makefile.am b/tools/Makefile.am
new file mode 100644 (file)
index 0000000..ff74357
--- /dev/null
@@ -0,0 +1,6 @@
+lib_LTLIBRARIES = libopen.la
+
+libopen_la_SOURCES = libopen.c
+
+install-exec-local:
+$(LIBTOOL) --mode=install install libopen.la $(DESTDIR)/usr/lib
\ No newline at end of file