| 1 | noinst_SCRIPTS = README launch_ust_app test_multi_sessions_per_uid_10app \ |
| 2 | test_multi_sessions_per_uid_5app_streaming |
| 3 | EXTRA_DIST = README launch_ust_app test_multi_sessions_per_uid_10app \ |
| 4 | test_multi_sessions_per_uid_5app_streaming |
| 5 | |
| 6 | all-local: |
| 7 | @if [ x"$(srcdir)" != x"$(builddir)" ]; then \ |
| 8 | for script in $(EXTRA_DIST); do \ |
| 9 | cp -f $(srcdir)/$$script $(builddir); \ |
| 10 | done; \ |
| 11 | fi |
| 12 | |
| 13 | clean-local: |
| 14 | @if [ x"$(srcdir)" != x"$(builddir)" ]; then \ |
| 15 | for script in $(EXTRA_DIST); do \ |
| 16 | rm -f $(builddir)/$$script; \ |
| 17 | done; \ |
| 18 | fi |