>The following fix worked for me:
>
> in   data/themes/Makefile.am
>
> change:
>     $(wildcard taskbar.ed?) \
>     $(wildcard taskbar2.ed?)
> to:
>     $(patsubst %.edc,%.edj,$(wildcard taskbar*.ed?)
Missed a bracket here, should be:
    $(patsubst %.edc,%.edj,$(wildcard taskbar*.ed?))

Jordan

-------------------------------------------------------------------------
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-users mailing list
enlightenment-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to