Enlightenment CVS committal

Author  : sebastid
Project : e17
Module  : apps/entrance

Dir     : e17/apps/entrance/src/daemon


Modified Files:
        Makefile.am 


Log Message:
Use AC_PATH_GENERIC

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entrance/src/daemon/Makefile.am,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- Makefile.am 16 Aug 2005 04:04:04 -0000      1.16
+++ Makefile.am 5 Sep 2005 16:55:50 -0000       1.17
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-INCLUDES = @X_CFLAGS@ @ecore_cflags@
+INCLUDES = @X_CFLAGS@ @ECORE_CFLAGS@
 
 sbin_PROGRAMS = entranced
 bin_SCRIPTS = entrance_wrapper
@@ -8,4 +8,4 @@
 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@
+entranced_LDADD = @X_LIBS@ -lXau @ECORE_LIBS@




-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to