summaryrefslogtreecommitdiff
path: root/redland
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-10-14 10:32:14 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-14 10:32:14 +0100
commitc3175f55baeb539eb4e560ec40ed1ea79230f14a (patch)
tree80a6e7bb13eccd62a088f3576d647f22b128c836 /redland
parent6e569378176e5f45e736fe3fe31e5b4e1f0bf6df (diff)
that didn't make sense
Diffstat (limited to 'redland')
-rw-r--r--redland/raptor/makefile.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/redland/raptor/makefile.mk b/redland/raptor/makefile.mk
index c6d8efc16a35..60e8141a3d1a 100644
--- a/redland/raptor/makefile.mk
+++ b/redland/raptor/makefile.mk
@@ -159,7 +159,7 @@ OUT2BIN+=src/raptor-config
.ELIF "$(GUI)"=="OS2"
# if we use dmake, this is done automagically
.ELSE
-OUT2LIB+=src$/.libs$/libraptor.so.$(RAPTOR_MAJOR)
+OUT2LIB+=src$/.libs$/libraptor.so.$(RAPTOR_MAJOR) src$/.libs$/libraptor.so
OUT2BIN+=src/raptor-config
.ENDIF