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:
@@ -10,4 +10,4 @@ OBJS = postprocess.o \
|
||||
version.o \
|
||||
|
||||
# Windows resource file
|
||||
SLIBOBJS-$(HAVE_GNU_WINDRES) += postprocres.o
|
||||
SHLIBOBJS-$(HAVE_GNU_WINDRES) += postprocres.o
|
||||
|
||||
Reference in New Issue
Block a user