| 1 | ACLOCAL_AMFLAGS = -I config |
| 2 | |
| 3 | SUBDIRS = |
| 4 | |
| 5 | # Make sure to always distribute all folders |
| 6 | # since SUBDIRS is decided at configure time. |
| 7 | DIST_SUBDIRS = lttng-consumerd lttng lttng-sessiond lttng-relayd \ |
| 8 | lttng-crash |
| 9 | |
| 10 | if BUILD_BIN_LTTNG |
| 11 | SUBDIRS += lttng |
| 12 | endif |
| 13 | |
| 14 | if BUILD_BIN_LTTNG_CONSUMERD |
| 15 | SUBDIRS += lttng-consumerd |
| 16 | endif |
| 17 | |
| 18 | if BUILD_BIN_LTTNG_CRASH |
| 19 | SUBDIRS += lttng-crash |
| 20 | endif |
| 21 | |
| 22 | if BUILD_BIN_LTTNG_RELAYD |
| 23 | SUBDIRS += lttng-relayd |
| 24 | endif |
| 25 | |
| 26 | if BUILD_BIN_LTTNG_SESSIOND |
| 27 | SUBDIRS += lttng-sessiond |
| 28 | endif |