]> git.saurik.com Git - cycript.git/blobdiff - ObjectiveC.mk
Fixed all of the memory leaks caused by the new identifier renamer.
[cycript.git] / ObjectiveC.mk
index 729b131e15c1d751be02351631862c2ba208974c..c2837c5d37e1c162db48ea6c151e14f32e6a76a4 100644 (file)
@@ -1,6 +1,6 @@
 filters += ObjectiveC
-header += Struct.hpp ObjectiveC.hpp
-code += ObjectiveC.o Library.o
+header += Struct.hpp ObjectiveC/Internal.hpp ObjectiveC/Syntax.hpp
+code += ObjectiveC/Output.o ObjectiveC/Replace.o ObjectiveC/Library.o
 
 Struct.hpp:
        $$($(target)gcc -print-prog-name=cc1obj) -print-objc-runtime-info </dev/null >$@