X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=Makefile.am;h=7184340a90f2e6c24fcf81600354decb309a3c22;hp=b744596b1905eecf307aef95254280b2945458d3;hb=401d092f582bc4f7c281438fa7c112b224252c52;hpb=58415b8b6071fddaa8f99c9799e9c30608dbb971 diff --git a/Makefile.am b/Makefile.am index b744596b1..7184340a9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,19 +1,6 @@ ACLOCAL_AMFLAGS = -I config -SUBDIRS = common \ - liblttng-sessiond-comm \ - libkernelctl \ - liblttng-kconsumer \ - liblttng-ustconsumer \ - liblttng-consumer \ - lttng-consumerd - -if ! BUILD_CONSUMERD_ONLY -SUBDIRS += liblttngctl \ - lttng \ - lttng-sessiond -endif - -SUBDIRS += tests \ - include \ - doc +SUBDIRS = src \ + tests \ + include \ + doc