X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fgcc-weak-hidden%2FMakefile.am;h=be9032a354667bf31e33db3bf322a7fb7bdf7936;hb=37b3de59bcd96baf15c2361d64b47e4f20495fa4;hp=ccd7e7d603077c48728b4445d67d393f6fe5c44e;hpb=5a67344622044d35ae424565e03aec25221cae58;p=lttng-ust.git diff --git a/tests/gcc-weak-hidden/Makefile.am b/tests/gcc-weak-hidden/Makefile.am index ccd7e7d6..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 $@