From 48315126ea6130d0c0996e8e7152c1e6cded4032 Mon Sep 17 00:00:00 2001 From: Klaus Rabbertz <klaus.rabbertz@cern.ch> Date: Sun, 5 May 2024 22:32:01 +0200 Subject: [PATCH] Fix build Makefile --- v2.5/toolkit/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2.5/toolkit/src/Makefile.am b/v2.5/toolkit/src/Makefile.am index d2fcdf68..d456f2eb 100644 --- a/v2.5/toolkit/src/Makefile.am +++ b/v2.5/toolkit/src/Makefile.am @@ -32,7 +32,7 @@ endif # # All source files which go into the targets (and have to be distributed) # Scripts -EXTRA_DIST = fnlo-tk-config.in +EXTRA_DIST = fnlo-tk-config.in fnlo-py-print.py # Programs to be compiled fnlo_tk_cppread_SOURCES = fnlo-tk-cppread.cc fnlo_tk_example_SOURCES = fnlo-tk-example.cc -- GitLab