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=/branches/glib-2-12/; revision=5299
This commit is contained in:
Tor Lillqvist 2007-01-19 12:13:09 +00:00 committed by Tor Lillqvist
parent 653bb55d8f
commit 8d99f79ce4
4 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2007-01-19 Tor Lillqvist <tml@novell.com>
* Makefile.am (gmodule-2.0.lib): Use $(srcdir) for builds outside
srcdir.
2007-01-16 Matthias Clasen <mclasen@redhat.com>
* === Released 2.12.9 ===

View File

@ -86,7 +86,7 @@ gmodule-win32-res.o: gmodule.rc
endif
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

View File

@ -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 Matthias Clasen <mclasen@redhat.com>
* === Released 2.12.9 ===

View File

@ -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)'; \