From: Tor Lillqvist Date: Mon, 28 Jul 2008 01:20:47 +0000 (+0000) Subject: Depend on atk.def on Windows so that we build it before trying to use it. X-Git-Tag: ATK_1_24_0~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f06ebe8f7464deebef0ee20bf5c4b3d3d988733f;p=platform%2Fupstream%2Fatk.git 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 --- 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