barbieri pushed a commit to branch master.

commit c248d6885ecedd1af9107a669edfd99342fb4b83
Author: Gustavo Sverzut Barbieri <[email protected]>
Date:   Tue Aug 20 15:54:41 2013 -0300

    fix makefile
---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 53bf027..c212dc5 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ IMAGES := $(wildcard $(SRCDIR)/img/*.png)
 
 .PHONY: all clean install install-system install-home
 
-all: dark.edj
+all: $(BUILDDIR)/dark.edj
 
 clean:
        rm -f $(BUILDDIR)/dark.edj
@@ -21,6 +21,7 @@ clean:
 $(BUILDDIR)/dark.edj: $(EDCS) $(IMAGES) Makefile
        $(EDJE_CC) -id $(SRCDIR)/img/ \
                 -sd $(SRCDIR)/snd/ \
+               -fd $(SRCDIR)/fnt/ \
                $(SRCDIR)/dark.edc \
                $(BUILDDIR)/dark.edj
 

-- 

------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk

Reply via email to