Skip to content
This repository has been archived by the owner on Nov 17, 2020. It is now read-only.

Commit

Permalink
win32: fix libtool: link: warning: undefined symbols not allowed in i…
Browse files Browse the repository at this point in the history
…686-pc-mingw32 shared libraries

libtool: link: warning: undefined symbols not allowed in i686-pc-mingw32 shared libraries
libtool: link: ar cru .libs/libresourceplugin.a  .libs/resourceplugin.o .libs/plugin_resources.o
libtool: link: ranlib .libs/libresourceplugin.a
libtool: link: ( cd ".libs" && rm -f "libresourceplugin.la" && cp -p "../libresourceplugin.la" "libresourceplugin.la" )
  • Loading branch information
dieterv committed Nov 15, 2012
1 parent 0edaa57 commit 796d31a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gio/tests/Makefile.am
Expand Up @@ -434,6 +434,10 @@ test.gresource: test.gresource.xml Makefile $(shell $(glib_compile_resources) --

noinst_LTLIBRARIES = libresourceplugin.la

if PLATFORM_WIN32
no_undefined = -no-undefined
endif

libresourceplugin_la_SOURCES = resourceplugin.c plugin_resources.c
libresourceplugin_la_LDFLAGS = -avoid-version -module $(no_undefined) -rpath $(libdir)
libresourceplugin_la_LIBADD = $(LDADD)
Expand Down

0 comments on commit 796d31a

Please sign in to comment.