Fix: test_ust-dl is generated at configure-time
[lttng-tools.git] / tests / regression / ust / ust-dl / Makefile.am
index 5a60c167914adc65a06d16e99ae997254879f308..9889e85a49ad1b3179dfbd12d9eeb2a5946d538a 100644 (file)
@@ -13,7 +13,7 @@ else
 
 objcopy_verbose = $(objcopy_verbose_@AM_V@)
 objcopy_verbose_ = $(objcopy_verbose_@AM_DEFAULT_V@)
-objcopy_verbose_0 = @echo OBJCOPY $@;
+objcopy_verbose_0 = @echo "  OBJCOPY " $@;
 
 AM_CPPFLAGS += -I$(srcdir) -g
 
@@ -67,7 +67,7 @@ libtp.so: libtp.la
        @cp -f .libs/libtp.so libtp.so
 
 noinst_SCRIPTS = test_ust-dl test_ust-dl.py
-EXTRA_DIST = test_ust-dl test_ust-dl.py
+EXTRA_DIST = test_ust-dl.py
 
 all-local: libfoo.so libbar.so libzzz.so libtp.so
        @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
This page took 0.023928 seconds and 4 git commands to generate.