]> git.saurik.com Git - cycript.git/commitdiff
Update makefile to have Local.hpp.
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 12 Jul 2010 03:51:36 +0000 (03:51 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 12 Jul 2010 03:51:36 +0000 (03:51 +0000)
makefile

index 3df44501251d5efe4129c4384f25d1693eb59263..f84a82119a629aba142a16e97ea22180a5a74e31 100644 (file)
--- a/makefile
+++ b/makefile
@@ -23,7 +23,7 @@ ifneq ($(dpkg_architecture),)
 arch := $(shell $(dpkg_architecture) -qDEB_HOST_ARCH 2>/dev/null)
 endif
 
 arch := $(shell $(dpkg_architecture) -qDEB_HOST_ARCH 2>/dev/null)
 endif
 
-header := Cycript.tab.hh Parser.hpp Pooling.hpp cycript.hpp Internal.hpp Error.hpp String.hpp Exception.hpp Standard.hpp
+header := Cycript.tab.hh Parser.hpp Pooling.hpp Local.hpp cycript.hpp Internal.hpp Error.hpp String.hpp Exception.hpp Standard.hpp
 
 code := 
 code += Replace.o Output.o
 
 code := 
 code += Replace.o Output.o