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:
Tor Lillqvist 2007-01-19 12:15:52 +00:00 committed by Tor Lillqvist
parent 5eacb58af5
commit d8b1a22215
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.
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,

View File

@ -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

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 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):

View File

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