atk r1260 - in trunk: . atk



Author: tml
Date: Mon Jul 28 01:20:47 2008
New Revision: 1260
URL: http://svn.gnome.org/viewvc/atk?rev=1260&view=rev

Log:
2008-07-28  Tor Lillqvist  <tml novell com>

	* atk/Makefile.am (libatk_1_0_la_DEPENDENCIES): Depend on atk.def
	on Windows so that we build it before trying to use it.



Modified:
   trunk/ChangeLog
   trunk/atk/Makefile.am

Modified: trunk/atk/Makefile.am
==============================================================================
--- trunk/atk/Makefile.am	(original)
+++ trunk/atk/Makefile.am	Mon Jul 28 01:20:47 2008
@@ -137,9 +137,8 @@
 # ---------- 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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]