diff --git a/modules/plugin/Makefile.in b/modules/plugin/Makefile.in index 33b095957db1..52ba5c8304df 100644 --- a/modules/plugin/Makefile.in +++ b/modules/plugin/Makefile.in @@ -54,7 +54,11 @@ ifdef ENABLE_TESTS DIRS += tools/tester/common tools/tester/os2 endif endif - + +ifeq ($(OS_ARCH),Darwin) +DIRS += samples/default/mac +endif + ifdef ENABLE_TESTS ifneq (,$(filter WINNT Darwin Linux,$(OS_ARCH))) DIRS += tools/sdk