X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=Makefile.am;h=810761ca3b52cd46608dd5e667bc44b0f3f3b6ea;hb=5de7c318804a7b1edce8562d4891b4c74aac0677;hp=1db748019f117b631661cf3be381ac107b4f8249;hpb=f3c7428e8878c6e467020881813c018e0d530a21;p=lttng-ust.git diff --git a/Makefile.am b/Makefile.am index 1db74801..810761ca 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,12 +1,12 @@ -ACLOCAL_AMFLAGS = -I config +ACLOCAL_AMFLAGS = -I m4 SUBDIRS = . include snprintf libringbuffer liblttng-ust-comm \ liblttng-ust \ liblttng-ust-ctl \ + liblttng-ust-fd \ liblttng-ust-fork \ liblttng-ust-libc-wrapper \ liblttng-ust-cyg-profile \ - liblttng-ust-python-agent \ tools if HAVE_DLINFO @@ -22,7 +22,8 @@ SUBDIRS += liblttng-ust-java-agent endif if BUILD_PYTHON_AGENT -SUBDIRS += python-lttngust +SUBDIRS += python-lttngust \ + liblttng-ust-python-agent endif SUBDIRS += tests doc