mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
gmodule/Makefile.am (gmodule-2.0.lib) Use $(srcdir) for builds outside
2007-01-19 Tor Lillqvist <tml@novell.com> * gmodule/Makefile.am (gmodule-2.0.lib) * gthread/Makefile.am (gthread-2.0.lib): Use $(srcdir) for builds outside srcdir. svn path=/trunk/; revision=5300
This commit is contained in:
committed by
Tor Lillqvist
parent
5eacb58af5
commit
d8b1a22215
@@ -1,3 +1,8 @@
|
||||
2007-01-19 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* Makefile.am (gthread-2.0.lib): Use $(srcdir) for builds outside
|
||||
srcdir.
|
||||
|
||||
2007-01-16 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* gthread-win32.c (g_gettime_win32_impl):
|
||||
|
@@ -73,7 +73,7 @@ gthread-win32-res.o: gthread.rc
|
||||
endif
|
||||
|
||||
gthread-2.0.lib: libgthread-2.0.la gthread.def
|
||||
lib -name:libgthread-2.0-$(LT_CURRENT_MINUS_AGE).dll -def:gthread.def -out:$@
|
||||
lib -name:libgthread-2.0-$(LT_CURRENT_MINUS_AGE).dll -def:$(srcdir)/gthread.def -out:$@
|
||||
|
||||
dist-hook: $(BUILT_EXTRA_DIST)
|
||||
files='$(BUILT_EXTRA_DIST)'; \
|
||||
|
Reference in New Issue
Block a user