Browse Source

add the icon also for the console build

pre-master-46
Holger Vogt 6 years ago
parent
commit
75d14b73f4
  1. 4
      src/Makefile.am

4
src/Makefile.am

@ -196,6 +196,10 @@ if WINGUI
ngspice_LDADD += ngicon.o
endif
if WINCONSOLE
ngspice_LDADD += ngicon.o
endif
if OLDAPPS
## nutmeg:

Loading…
Cancel
Save