Use -no-undefined on Windows.

2003-07-26  Tor Lillqvist  <tml@iki.fi>

	* plug-ins/libgck/gck/Makefile.am: Use -no-undefined on Windows.
This commit is contained in:
Tor Lillqvist 2003-07-26 18:41:51 +00:00 committed by Tor Lillqvist
parent b70d6c3317
commit e7b1738f71
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2003-07-26 Tor Lillqvist <tml@iki.fi>
* plug-ins/libgck/gck/Makefile.am: Use -no-undefined on Windows.
2003-07-26 Hans Breuer <hans@breuer.org>
* libgimp/gimpcompat.h : renamed GimpOrientationType

View file

@ -1,5 +1,9 @@
## Process this file with automake to produce Makefile.in
if OS_WIN32
no_undefined = -no-undefined
endif
gckincludedir = $(includedir)/gimp-$(LT_RELEASE)/gck
lib_LTLIBRARIES = libgck-1.3.la
@ -11,7 +15,7 @@ gckinclude_HEADERS = \
gck.h
libgck_1_3_la_LDFLAGS = \
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) $(no_undefined)
INCLUDES = \
-I.. \