From: kramm Date: Sat, 26 Feb 2005 19:32:34 +0000 (+0000) Subject: fixed path to libart. X-Git-Tag: release-0-7-0~189 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=060e9eb4ab789c3a208846b9eaa7e586c664aeb3 fixed path to libart. --- diff --git a/lib/Makefile.in b/lib/Makefile.in index 0a7c6d8..7d7915e 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -56,5 +56,5 @@ clean: cd lame && $(MAKE) clean && cd .. || true cd action && $(MAKE) clean && cd .. cd python && $(MAKE) clean && cd .. - cd libart && $(MAKE) clean && cd .. + cd art && $(MAKE) clean && cd ..