Enlightenment CVS committal Author : rephorm Project : e17 Module : apps/entrance
Dir : e17/apps/entrance/src/daemon Modified Files: .cvsignore Makefile.am Added Files: Entrance_Edit.h entrance_edit.c entrance_edit_main.c Log Message: entrance_edit2 (also from essien) lets try this out a bit, then scrap entrance_edit and remove the 2. one small issue -- this has to be run as root (since entrance keeps its config in /etc). if run as a user, there are no warnings, it just silently fails. ecore_config should probably error out when it doesn't have access to the config file. =================================================================== RCS file: /cvs/e/e17/apps/entrance/src/daemon/.cvsignore,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- .cvsignore 21 Aug 2003 16:08:35 -0000 1.1 +++ .cvsignore 22 Jul 2006 09:25:44 -0000 1.2 @@ -3,3 +3,7 @@ Makefile.in entrance_wrapper entranced +entrance_edit.lo +entrance_edit2 +libentrance_edit.la +.libs =================================================================== RCS file: /cvs/e/e17/apps/entrance/src/daemon/Makefile.am,v retrieving revision 1.18 retrieving revision 1.19 diff -u -3 -r1.18 -r1.19 --- Makefile.am 6 May 2006 08:05:15 -0000 1.18 +++ Makefile.am 22 Jul 2006 09:25:44 -0000 1.19 @@ -4,10 +4,18 @@ entrancelibdir = $(libdir)/$(PACKAGE) +bin_PROGRAMS=entrance_edit2 sbin_PROGRAMS = entranced entrancelib_SCRIPTS = entrance_wrapper +lib_LTLIBRARIES=libentrance_edit.la + entranced_SOURCES = \ auth.c auth.h Entranced.h ipc.c ipc.h md5.c md5.h spawner.c util.c util.h entranced_LDADD = @X_LIBS@ -lXau @ECORE_LIBS@ + +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 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs