On Wed, 10 Jan 2007, Enlightenment CVS wrote:
> RCS file: /cvs/e/e17/test/orig/eet/Makefile,v > -FLAGS = `eet-config --cflags` > -LIBS = `eet-config --libs` > +CFLAGS = -g -Wall `eet-config --cflags` `evas-config --cflags` > +LIBS = `eet-config --libs` `evas-config --libs` I think that raster wanted to let the builder to add the flags that he wants to CFLAGS. So, I think that you should let FLAGS as it was. Remark that FLAGS is used for the compilation below. Also, I think that the order of the libs should be evas on the left of eet: LIBS = `evas-config --libs` `eet-config --libs` (gcc resolves the symbols from the right to the left) Vincent ------------------------------------------------------------------------- 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-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
