From 75d14b73f4ac1bddcdb88c12860924f49d1df09e Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Tue, 19 May 2020 23:09:31 +0200 Subject: [PATCH] add the icon also for the console build --- src/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Makefile.am b/src/Makefile.am index 6412bbeae..a8fb22e6a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -196,6 +196,10 @@ if WINGUI ngspice_LDADD += ngicon.o endif +if WINCONSOLE +ngspice_LDADD += ngicon.o +endif + if OLDAPPS ## nutmeg: