summaryrefslogtreecommitdiff
path: root/gthread/Makefile.am
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2007-01-19 12:15:52 +0000
committerTor Lillqvist <tml@src.gnome.org>2007-01-19 12:15:52 +0000
commitd8b1a22215cea98bd176131e12cc2b6e318f4f85 (patch)
tree3c45a875758ab39e99fd9a9ab9e658e598e77364 /gthread/Makefile.am
parent5eacb58af58ce931be070585b1bfce95e8f6d6de (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.am2
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)'; \