Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance/src/client


Modified Files:
        Makefile.am 


Log Message:


no - read the code. this is not a "superuser" binary. it is never meant to be
run by a person. it is ONLY EVER used by entrance itself to reduce its memory
footprint while a user is logged in. it is thus an internal tool only for a
program. also that tool is executed directly by the code given a path - and
moving this binary in the build means the code fails RUNTIME as the path
doesn't match. see my email. this breaks entrance.

===================================================================
RCS file: /cvs/e/e17/apps/entrance/src/client/Makefile.am,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- Makefile.am 31 Mar 2007 17:27:11 -0000      1.24
+++ Makefile.am 1 Apr 2007 00:28:57 -0000       1.25
@@ -4,10 +4,12 @@
 INCLUDES = @EDJE_CFLAGS@ @ECORE_CFLAGS@ @EVAS_CFLAGS@ \
 @ESMART_CFLAGS@
 
+entrancelibdir = $(libdir)/$(PACKAGE)
+
 #bin_PROGRAMS = entrance entrance_edit
 bin_PROGRAMS = entrance
 
-sbin_PROGRAMS = entrance_login
+entrancelib_PROGRAMS = entrance_login
 
 entrance_SOURCES = \
        entrance_auth.c entrance_auth.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

Reply via email to