diff --git a/GNUmakefile b/GNUmakefile index 794e501..ea3da8c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -45,7 +45,9 @@ libobjc_HEADER_FILES = \ blocks_runtime.h\ hooks.h\ runtime.h\ - slot.h + slot.h\ + objc.h\ + objc-api.h endif ifeq ($(tdd), yes) diff --git a/objc/objc-api.h b/objc/objc-api.h new file mode 100644 index 0000000..9786447 --- /dev/null +++ b/objc/objc-api.h @@ -0,0 +1 @@ +#include diff --git a/objc/objc.h b/objc/objc.h new file mode 100644 index 0000000..9786447 --- /dev/null +++ b/objc/objc.h @@ -0,0 +1 @@ +#include