X-Git-Url: http://git.lttng.org/?p=lttng-ust.git;a=blobdiff_plain;f=tests%2Fgcc-weak-hidden%2FMakefile.am;h=be9032a354667bf31e33db3bf322a7fb7bdf7936;hp=eaeb25094812e79fc9e2418e0e965667c4bd2844;hb=37b3de59bcd96baf15c2361d64b47e4f20495fa4;hpb=dc5af9e3311ab28f2728f540f06e61add9d7b5eb diff --git a/tests/gcc-weak-hidden/Makefile.am b/tests/gcc-weak-hidden/Makefile.am index eaeb2509..be9032a3 100644 --- a/tests/gcc-weak-hidden/Makefile.am +++ b/tests/gcc-weak-hidden/Makefile.am @@ -3,15 +3,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/tests/utils noinst_LTLIBRARIES = libgcc-wh.la libgcc_wh_la_SOURCES = c.c d.c -noinst_PROGRAMS = test-gcc-wh -test_gcc_wh_SOURCES = main.c b.c -test_gcc_wh_LDADD = $(top_builddir)/tests/utils/libtap.a \ +noinst_PROGRAMS = test_gcc_weak_hidden +test_gcc_weak_hidden_SOURCES = main.c b.c +test_gcc_weak_hidden_LDADD = $(top_builddir)/tests/utils/libtap.a \ $(builddir)/libgcc-wh.la - -noinst_SCRIPTS = test_gcc_weak_hidden -CLEANFILES = $(noinst_SCRIPTS) -EXTRA_DIST = test_gcc_weak_hidden.in - -$(noinst_SCRIPTS): %: %.in - $(SED) "s#@ABSTOPSRCDIR@#$(abs_top_srcdir)#g" < $< > $@ - chmod +x $@