From 7b92d97d242b6de7a4125b6586cbfcffdba5fe39 Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Wed, 11 Nov 2009 15:55:34 -0500 Subject: [PATCH] fix static initialization so out of tree make distcheck works --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 646b3d3..2262c22 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,7 @@ dist_bin_SCRIPTS = usttrace ldscriptsdir = $(libdir) ldscripts_DATA = libust.so libust-initializer.o -CLEANFILES = $(ldscripts_DATA) +CLEANFILES = $(ldscripts_DATA) ./tests/libust-initializer.Po libust.so: libust.ldscript.in $(SED) -e "s@\@FORMAT\@@$(LIBFORMAT)@" -e "s@\@PATH\@@${libdir}@g" < $< > $@ -- 2.34.1