summaryrefslogtreecommitdiff
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
commitdbff415c210973bbacca0400006a4675a06e1098 (patch)
treed0e15c50545cd1567eb459ccf0831eb55de5636a
parentc42e519e0bfb599cf736454342ff045ceeaf9cb6 (diff)
that didn't make sense
-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 c6d8efc..60e8141 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