From 7df0197c7fb39650a7a428eb3b28e8f289ad54d3 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Wed, 23 Dec 2020 20:51:42 +0100 Subject: Fix rcgen on windows. --- plugingui/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am index d102024..ab2e076 100644 --- a/plugingui/Makefile.am +++ b/plugingui/Makefile.am @@ -306,6 +306,7 @@ plugingui_SOURCES = \ testmain.cc \ $(top_srcdir)/hugin/hugin.c +rcgen_LDFLAGS = -static rcgen_CXXFLAGS = -I$(top_srcdir)/getoptpp rcgen_SOURCES = \ rcgen.cc -- cgit v1.2.3