diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-12-23 20:51:42 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2020-12-23 20:51:42 +0100 |
commit | 7df0197c7fb39650a7a428eb3b28e8f289ad54d3 (patch) | |
tree | f395bca4e3c482ddf69c528c4eaee94d512b1279 | |
parent | b6c067111cd15b494024863f05f7235787e99dff (diff) |
Fix rcgen on windows.
-rw-r--r-- | plugingui/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |