X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=Makefile.am;h=e498719573db73f74395fb7e1a1e0c5bf9807890;hb=f4a90c3e8f3f5e8dd5c1896afb82fa96c1a32f22;hp=1db748019f117b631661cf3be381ac107b4f8249;hpb=f3c7428e8878c6e467020881813c018e0d530a21;p=lttng-ust.git diff --git a/Makefile.am b/Makefile.am index 1db74801..e4987195 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,6 @@ SUBDIRS = . include snprintf libringbuffer liblttng-ust-comm \ liblttng-ust-fork \ liblttng-ust-libc-wrapper \ liblttng-ust-cyg-profile \ - liblttng-ust-python-agent \ tools if HAVE_DLINFO @@ -22,7 +21,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