From b5bd9a19958d93837d40472b414ca340c02f90d8 Mon Sep 17 00:00:00 2001 From: Andreas Metzler Date: Sun, 30 Aug 2026 18:42:53 +0200 Subject: [PATCH] Fix typo in WINGs/Makefile.am. Broken-By: c7ab42e1837197e67704f8a710e59e5b5de2cf7a --- WINGs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WINGs/Makefile.am b/WINGs/Makefile.am index fe62ebcf..01a775de 100644 --- a/WINGs/Makefile.am +++ b/WINGs/Makefile.am @@ -7,7 +7,7 @@ DIST_SUBDIRS = $(SUBDIRS) Tests Examples Extras dist-hook: rm -f $(distdir)/Examples/Makefile $(distdir)/Extras/Makefile \ - $(distdir)/Test/Makefile + $(distdir)/Tests/Makefile libWINGs_la_LDFLAGS = -version-info @WINGS_VERSION@ libWUtil_la_LDFLAGS = -version-info @WUTIL_VERSION@