Enlightenment CVS committal

Author  : tilman
Project : misc
Module  : enthrall

Dir     : misc/enthrall/src


Modified Files:
        Makefile 


Log Message:
pkg-config ftw

===================================================================
RCS file: /cvs/e/misc/enthrall/src/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- Makefile    20 Oct 2006 20:50:22 -0000      1.2
+++ Makefile    13 Apr 2007 16:35:18 -0000      1.3
@@ -3,11 +3,10 @@
 OBJ = $(SRC:%.c=%.o)
 PREFIX = /usr/local
 
-LIBS = `ecore-config --libs-x` `imlib2-config --libs` \
-       `pkg-config theora --libs`
+LIBS = `pkg-config --libs ecore-x imlib2 theora`
 
-ECORE_CFLAGS = `ecore-config --cflags`
-IMLIB_CFLAGS = `imlib2-config --cflags`
+ECORE_CFLAGS = `pkg-config --cflags ecore-x`
+IMLIB_CFLAGS = `pkg-config --cflags imlib2`
 THEORA_CFLAGS = `pkg-config theora --cflags`
 
 all: $(BIN)



-------------------------------------------------------------------------
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
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to