dslinux/user/pixil/sys/syncagent/src Makefile plugin.c

amadeus dslinux_amadeus at user.in-berlin.de
Sun Oct 8 23:17:11 CEST 2006


Update of /cvsroot/dslinux/dslinux/user/pixil/sys/syncagent/src
In directory antilope:/tmp/cvs-serv29914/user/pixil/sys/syncagent/src

Modified Files:
	Makefile plugin.c 
Log Message:
start pixil integration in DSLINUX

Index: Makefile
===================================================================
RCS file: /cvsroot/dslinux/dslinux/user/pixil/sys/syncagent/src/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Makefile	3 Oct 2006 11:27:15 -0000	1.1
+++ Makefile	8 Oct 2006 21:17:09 -0000	1.2
@@ -13,6 +13,8 @@
 LIBS+=-lipc
 endif
 
-LIBS += -ldl
+ifeq ($(EN_SHARED),--enable-shared)
+LIBS+=-ldl
+endif
 
 include $(BASE_DIR)/Rules.make

Index: plugin.c
===================================================================
RCS file: /cvsroot/dslinux/dslinux/user/pixil/sys/syncagent/src/plugin.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- plugin.c	3 Oct 2006 11:27:15 -0000	1.1
+++ plugin.c	8 Oct 2006 21:17:09 -0000	1.2
@@ -51,6 +51,13 @@
 
 #include "plugin.h"
 
+#if 1	// xAMADEUS
+#define dlopen(x,y) 0
+#define dlsym(x,y)  0
+#define dlclose(x)  0
+#define dlerror()   0
+#endif
+
 static plugin_t *g_plugin = 0;
 
 /* Fixme:  Just a bogus path right for the moment */




More information about the dslinux-commit mailing list