From: Bruno Haible Date: Mon, 10 Mar 2025 06:33:04 +0000 (+0100) Subject: examples: Fix "make install". X-Git-Tag: v0.25~88 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=68f9a169557846206b02fa8752097ff0d2c116aa;p=thirdparty%2Fgettext.git examples: Fix "make install". * gettext-tools/examples/Makefile.am (EXAMPLESFILES): Match actual file list. --- diff --git a/gettext-tools/examples/Makefile.am b/gettext-tools/examples/Makefile.am index 2441f5cd7..56b81d42b 100644 --- a/gettext-tools/examples/Makefile.am +++ b/gettext-tools/examples/Makefile.am @@ -340,13 +340,13 @@ EXAMPLESFILES = \ hello-go/autoclean.sh \ hello-go/example1/hello1sl.go.in \ hello-go/example1/hello1ml.go.in \ - hello-go/example1/go.mod \ + hello-go/example1/go.mod.in \ hello-go/example1/Makefile.am \ hello-go/example2/hello2sl.go.in \ - hello-go/example2/go.mod \ + hello-go/example2/go.mod.in \ hello-go/example2/Makefile.am \ hello-go/example3/hello3ml.go.in \ - hello-go/example3/go.mod \ + hello-go/example3/go.mod.in \ hello-go/example3/Makefile.am \ hello-go/Makefile.am \ hello-go/configure.ac \ @@ -357,7 +357,7 @@ EXAMPLESFILES = \ hello-go-http/autogen.sh \ hello-go-http/autoclean.sh \ hello-go-http/example1/hello1ml.go.in \ - hello-go-http/example1/go.mod \ + hello-go-http/example1/go.mod.in \ hello-go-http/example1/Makefile.am \ hello-go-http/Makefile.am \ hello-go-http/configure.ac \