diff options
Diffstat (limited to 'erts/emulator/test/scheduler_SUITE_data/Makefile.src')
-rw-r--r-- | erts/emulator/test/scheduler_SUITE_data/Makefile.src | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/erts/emulator/test/scheduler_SUITE_data/Makefile.src b/erts/emulator/test/scheduler_SUITE_data/Makefile.src new file mode 100644 index 0000000000..859112cf19 --- /dev/null +++ b/erts/emulator/test/scheduler_SUITE_data/Makefile.src @@ -0,0 +1,8 @@ + +SCHEDULER_LIBS = scheduler_SUITE@dll@ + +all: $(SCHEDULER_LIBS) + +@SHLIB_RULES@ + +$(SCHEDULER_LIBS): scheduler_SUITE.c |