From: Bruno Haible Date: Wed, 17 Oct 2018 07:31:28 +0000 (+0200) Subject: examples: hello-csharp-forms: Fix 'make clean'. X-Git-Tag: v0.20~343 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3cc2d7e88ef795012e0d4231c2d34d6a1697468;p=thirdparty%2Fgettext.git examples: hello-csharp-forms: Fix 'make clean'. * gettext-tools/examples/hello-csharp-forms/Makefile.am (CLEANFILES): Add hello.net.exe.mdb. --- diff --git a/gettext-tools/examples/hello-csharp-forms/Makefile.am b/gettext-tools/examples/hello-csharp-forms/Makefile.am index bf7a7c07c..44a82fc60 100644 --- a/gettext-tools/examples/hello-csharp-forms/Makefile.am +++ b/gettext-tools/examples/hello-csharp-forms/Makefile.am @@ -35,7 +35,7 @@ CSHARPCOMP = $(SHELL) csharpcomp.sh CSHARPCOMPFLAGS = -O -g EXTRA_DIST += $(hello_SOURCES) -CLEANFILES = +CLEANFILES = hello.net.exe.mdb DISTCLEANFILES = csharpcomp.sh csharpexec.sh