Enlightenment CVS committal

Author  : essiene
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance/src/daemon


Modified Files:
        Makefile.am entrance_edit_main.c 
Removed Files:
        Entrance_Edit.h entrance_edit.c 


Log Message:
Moved things around. Now we have a src/lib directory and libentrance_edit is 
moving there as the first inhabitant. The new incoming gui abstraction api 
libentrance_widgets will leave here too. Taking things one at a time.

===================================================================
RCS file: /cvs/e/e17/apps/entrance/src/daemon/Makefile.am,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- Makefile.am 1 Aug 2006 04:32:01 -0000       1.20
+++ Makefile.am 11 Aug 2006 16:33:23 -0000      1.21
@@ -8,8 +8,6 @@
 sbin_PROGRAMS = entranced
 entrancelib_SCRIPTS = entrance_wrapper
 
-lib_LTLIBRARIES=libentrance_edit.la
-
 entranced_SOURCES = \
        Entranced.h \
        auth.c auth.h \
@@ -23,5 +21,3 @@
 
 entrance_edit2_SOURCES = Entranced.h entrance_edit_main.c Entrance_Edit.h
 entrance_edit2_LDADD = @ECORE_LIBS@ -lentrance_edit
-
-libentrance_edit_la_SOURCES=Entranced.h entrance_edit.c Entrance_Edit.h
===================================================================
RCS file: /cvs/e/e17/apps/entrance/src/daemon/entrance_edit_main.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- entrance_edit_main.c        28 Jul 2006 03:20:10 -0000      1.3
+++ entrance_edit_main.c        11 Aug 2006 16:33:23 -0000      1.4
@@ -3,7 +3,7 @@
 #include <string.h>
 #include <unistd.h>
 #include <getopt.h>
-#include "Entrance_Edit.h"
+#include "../lib/Entrance_Edit.h"
 
 void 
 usage()



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to