Enlightenment CVS committal

Author  : tilman
Project : e17
Module  : test

Dir     : e17/test/orig/edje


Modified Files:
        Makefile 


Log Message:
use pkg-config instead of foo-config

===================================================================
RCS file: /cvs/e/e17/test/orig/edje/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- Makefile    14 Feb 2007 04:41:31 -0000      1.3
+++ Makefile    3 Apr 2007 18:50:40 -0000       1.4
@@ -1,5 +1,5 @@
-FLAGS = `edje-config --cflags` `ecore-config --cflags` `evas-config --cflags` 
`eet-config --cflags`
-LIBS  = `edje-config --libs` `ecore-config --libs` `evas-config --libs` 
`eet-config --libs`
+FLAGS = `pkg-config --cflags edje ecore-evas evas eet`
+LIBS = `pkg-config --libs edje ecore-evas evas eet`
 
 BINS  = edje edje_ls edje_test edje_thumb
 all: $(BINS)



-------------------------------------------------------------------------
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