diff options
Diffstat (limited to 'erts/emulator/test/lttng_SUITE_data/Makefile.src')
-rw-r--r-- | erts/emulator/test/lttng_SUITE_data/Makefile.src | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/erts/emulator/test/lttng_SUITE_data/Makefile.src b/erts/emulator/test/lttng_SUITE_data/Makefile.src new file mode 100644 index 0000000000..fe7a1b6ef3 --- /dev/null +++ b/erts/emulator/test/lttng_SUITE_data/Makefile.src @@ -0,0 +1,7 @@ + +MISC_DRVS = caller_drv@dll@ + + +all: $(MISC_DRVS) + +@SHLIB_RULES@ |