configure: always enable gnu_windres if available

Use the appropiate Makefile variable to ensure the resource file is
only built into shared libraries instead.
This commit is contained in:
Timo Rothenpieler
2022-08-07 15:26:06 +02:00
parent 6ded80af92
commit b77fff47d0
9 changed files with 10 additions and 10 deletions

View File

@@ -10,4 +10,4 @@ OBJS = postprocess.o \
version.o \
# Windows resource file
SLIBOBJS-$(HAVE_GNU_WINDRES) += postprocres.o
SHLIBOBJS-$(HAVE_GNU_WINDRES) += postprocres.o