aboutsummaryrefslogtreecommitdiff
path: root/contrib/scripts/gnunet-logread/Makefile.am
diff options
context:
space:
mode:
authorxrs <xrs@mail36.net>2019-11-29 09:30:35 +0100
committerxrs <xrs@mail36.net>2019-11-29 09:30:35 +0100
commit4653c4b44f6171d05453ce49577491d18048788e (patch)
tree5ba5e2983b5838806e1d2f3cc144fbf0c7e2e93a /contrib/scripts/gnunet-logread/Makefile.am
parentd779d9659c00e12068ecf266056304e99195a4c6 (diff)
parent2889b023ff826452128bda422fcff545e2c47155 (diff)
downloadgnunet-4653c4b44f6171d05453ce49577491d18048788e.tar.gz
gnunet-4653c4b44f6171d05453ce49577491d18048788e.zip
Merge branch 'master' of ssh://git.gnunet.org/gnunet
Diffstat (limited to 'contrib/scripts/gnunet-logread/Makefile.am')
-rw-r--r--contrib/scripts/gnunet-logread/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/scripts/gnunet-logread/Makefile.am b/contrib/scripts/gnunet-logread/Makefile.am
index 7903c07de..790b58fea 100644
--- a/contrib/scripts/gnunet-logread/Makefile.am
+++ b/contrib/scripts/gnunet-logread/Makefile.am
@@ -1,7 +1,7 @@
1# This Makefile.am is in the public domain 1# This Makefile.am is in the public domain
2AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include 2AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include
3 3
4do_subst = $(SED) -e 's,[@]PERL[@],$(PERL),g' 4do_subst = $(AWK) -v py="$(PERL)" '{gsub("@PERLEXE@",py); print $$0}'
5 5
6SUFFIXES = .in 6SUFFIXES = .in
7 7