|
From: <enl...@li...> - 2004-11-26 11:11:18
|
Enlightenment CVS committal
Author : raster
Project : e17
Module : apps/e
Dir : e17/apps/e/src/bin
Modified Files:
Makefile.am e_main.c
Added Files:
e_remote_main.c
Log Message:
and here is some substance
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile.am 26 Nov 2004 10:57:58 -0000 1.2
+++ Makefile.am 26 Nov 2004 11:11:05 -0000 1.3
@@ -65,3 +65,5 @@
enlightenment_remote_SOURCES = \
e.h \
e_remote_main.c
+
+enlightenment_remote_LDFLAGS = @e_libs@ @dlopen_libs@
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_main.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- e_main.c 25 Nov 2004 04:07:48 -0000 1.2
+++ e_main.c 26 Nov 2004 11:11:05 -0000 1.3
@@ -8,7 +8,7 @@
unsigned char delete_me : 1;
};
-/* local subsystem globals */
+/* local subsystem functions */
static void _e_main_shutdown_push(void (*func)(void));
static void _e_main_shutdown(int errorcode);
@@ -37,7 +37,7 @@
E_Path *path_init = NULL;
int restart = 0;
-/* local subsystem functions */
+/* local subsystem globals */
#define MAX_LEVEL 32
static void (*_e_main_shutdown_func[MAX_LEVEL]) (void);
static int _e_main_level = 0;
|