From f06ebe8f7464deebef0ee20bf5c4b3d3d988733f Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 28 Jul 2008 01:20:47 +0000 Subject: Depend on atk.def on Windows so that we build it before trying to use it. 2008-07-28 Tor Lillqvist * atk/Makefile.am (libatk_1_0_la_DEPENDENCIES): Depend on atk.def on Windows so that we build it before trying to use it. svn path=/trunk/; revision=1260 --- ChangeLog | 5 +++++ atk/Makefile.am | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1e059e7..8a1dda5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-07-28 Tor Lillqvist + + * atk/Makefile.am (libatk_1_0_la_DEPENDENCIES): Depend on atk.def + on Windows so that we build it before trying to use it. + 2008-07-21 Li Yuan * NEWS: diff --git a/atk/Makefile.am b/atk/Makefile.am index 6dead40..b1c1cf0 100644 --- a/atk/Makefile.am +++ b/atk/Makefile.am @@ -137,9 +137,8 @@ s-enum-types-c: @REBUILD@ $(atk_headers) Makefile # ---------- Win32 stuff ---------- if OS_WIN32 -atk_def = atk.def libatk_1_0_la_LDFLAGS += -export-symbols $(srcdir)/atk.def -no-undefined -Wl,atk-win32-res.o -libatk_1_0_la_DEPENDENCIES = atk-win32-res.o +libatk_1_0_la_DEPENDENCIES = atk-win32-res.o atk.def install-def-file: $(INSTALL) $(srcdir)/atk.def $(DESTDIR)$(libdir)/atk-1.0.def -- cgit v1.2.1