From 630d9f29e6f5a06c901970b39f65cd7d5be16154 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 26 Feb 2002 00:32:16 +0000 Subject: Do use -no-undefined on Win32, otherwise libtool won't create a DLL. 2002-02-26 Tor Lillqvist * atk/Makefile.am: Do use -no-undefined on Win32, otherwise libtool won't create a DLL. --- atk/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'atk/Makefile.am') diff --git a/atk/Makefile.am b/atk/Makefile.am index 055ca3e..988f8b9 100644 --- a/atk/Makefile.am +++ b/atk/Makefile.am @@ -5,6 +5,7 @@ GPATH = $(srcdir) EXTRA_DIST = atk.def if OS_WIN32 export_symbols = -export-symbols atk.def +no_undefined = -no-undefined install-libtool-import-lib: $(INSTALL) .libs/libatk.dll.a $(DESTDIR)$(libdir) @@ -76,6 +77,7 @@ INCLUDES = \ LDFLAGS = \ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ $(export_symbols) \ + $(no_undefined) \ @DEP_LIBS@ libatkincludedir=$(includedir)/atk-1.0/atk -- cgit v1.2.1