mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01: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:
parent
5eacb58af5
commit
d8b1a22215
@ -1,3 +1,8 @@
|
|||||||
|
2007-01-19 Tor Lillqvist <tml@novell.com>
|
||||||
|
|
||||||
|
* Makefile.am (gmodule-2.0.lib): Use $(srcdir) for builds outside
|
||||||
|
srcdir.
|
||||||
|
|
||||||
2006-12-31 Matthias Clasen <mclasen@redhat.com>
|
2006-12-31 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gmodule.c: Fix include order for win32. (#390943,
|
* gmodule.c: Fix include order for win32. (#390943,
|
||||||
|
@ -86,7 +86,7 @@ gmodule-win32-res.o: gmodule.rc
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
gmodule-2.0.lib: libgmodule-2.0.la gmodule.def
|
gmodule-2.0.lib: libgmodule-2.0.la gmodule.def
|
||||||
lib -name:libgmodule-2.0-$(LT_CURRENT_MINUS_AGE).dll -def:gmodule.def -out:$@
|
lib -name:libgmodule-2.0-$(LT_CURRENT_MINUS_AGE).dll -def:$(srcdir)/gmodule.def -out:$@
|
||||||
|
|
||||||
.PHONY: files release
|
.PHONY: files release
|
||||||
|
|
||||||
|
@ -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>
|
2007-01-16 Tor Lillqvist <tml@novell.com>
|
||||||
|
|
||||||
* gthread-win32.c (g_gettime_win32_impl):
|
* gthread-win32.c (g_gettime_win32_impl):
|
||||||
|
@ -73,7 +73,7 @@ gthread-win32-res.o: gthread.rc
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
gthread-2.0.lib: libgthread-2.0.la gthread.def
|
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)
|
dist-hook: $(BUILT_EXTRA_DIST)
|
||||||
files='$(BUILT_EXTRA_DIST)'; \
|
files='$(BUILT_EXTRA_DIST)'; \
|
||||||
|
Loading…
Reference in New Issue
Block a user