Enlightenment CVS committal

Author  : rbdpngn
Project : misc
Module  : embrace

Dir     : misc/embrace/src


Modified Files:
        Makefile.am 


Log Message:
Not sure if this is the direction you want Trill, but the old method would not
build on OS X.

===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/src/Makefile.am,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- Makefile.am 1 Mar 2004 20:02:58 -0000       1.1
+++ Makefile.am 3 May 2004 05:13:24 -0000       1.2
@@ -1,11 +1,11 @@
-## $Id: Makefile.am,v 1.1 2004/03/01 20:02:58 tsauerbeck Exp $
+## $Id: Makefile.am,v 1.2 2004/05/03 05:13:24 rbdpngn Exp $
 
 SUBDIRS = plugins
 
-AM_CFLAGS = $(ECORE_CFLAGS)  \
-            $(EVAS_CFLAGS)   \
-            $(EDJE_CFLAGS)   \
-            $(ESMART_CFLAGS)
+AM_CFLAGS = @ECORE_CFLAGS@  \
+            @EVAS_CFLAGS@   \
+            @EDJE_CFLAGS@   \
+            @ESMART_CFLAGS@
 
 bin_PROGRAMS = embrace
 
@@ -14,10 +14,10 @@
                   embrace_plugin.c embrace_plugin.h \
                   mailbox.c mailbox.h
 
-embrace_LDADD = $(ECORE_LIBS)  \
-                $(EVAS_LIBS)   \
-                $(EDJE_LIBS)   \
-                $(ESMART_LIBS) \
-                $(DL_LIBS)
+embrace_LDADD = @ECORE_LIBS@  \
+                @EVAS_LIBS@   \
+                @EDJE_LIBS@   \
+                @ESMART_LIBS@ \
+                @DL_LIBS@
 
 embrace_LDFLAGS = -export-dynamic




-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE. 
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to