diff options
author | Tor Lillqvist <tml@novell.com> | 2007-01-19 12:15:52 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2007-01-19 12:15:52 +0000 |
commit | d8b1a22215cea98bd176131e12cc2b6e318f4f85 (patch) | |
tree | 3c45a875758ab39e99fd9a9ab9e658e598e77364 /gthread/Makefile.am | |
parent | 5eacb58af58ce931be070585b1bfce95e8f6d6de (diff) |
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
Diffstat (limited to 'gthread/Makefile.am')
-rw-r--r-- | gthread/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gthread/Makefile.am b/gthread/Makefile.am index 064305216..af8ea64b8 100644 --- a/gthread/Makefile.am +++ b/gthread/Makefile.am @@ -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)'; \ |