X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=doc%2Fexamples%2FMakefile.am;h=2e38a9c34ef9ce0a4f57bcb09fe0bcdae9999150;hb=3d6f1d10a9c88b2ea87286db2372eb2b83645386;hp=25d34f3b881096841191b5bcce47756cda27551d;hpb=a8ffd975ecb26f318ee71afe7ad980e4910d49db;p=lttng-ust.git diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am index 25d34f3b..2e38a9c3 100644 --- a/doc/examples/Makefile.am +++ b/doc/examples/Makefile.am @@ -38,7 +38,7 @@ SUBDIRS_PROXY = easy-ust demo gen-tp hello-static-lib all-local: for subdir in $(SUBDIRS_PROXY); do \ - cd $$subdir && $(MAKE) AM_CPPFLAGS="-I../../../include/" AM_LDFLAGS='-L../../../liblttng-ust/.libs/ -Wl,-rpath="$(PWD)/../../liblttng-ust/.libs/"' LTTNG_GEN_TP_PATH="../../tools/" $(AM_MAKEFLAGS) all; cd ..; \ + cd $$subdir && $(MAKE) AM_CPPFLAGS="-I../../../include/" AM_LDFLAGS='-L../../../liblttng-ust/.libs/ -Wl,-rpath="$(PWD)/../../liblttng-ust/.libs/"' LTTNG_GEN_TP_PATH="../../../tools/" $(AM_MAKEFLAGS) all; cd ..; \ done clean-local: