From c3175f55baeb539eb4e560ec40ed1ea79230f14a Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 14 Oct 2010 10:32:14 +0100 Subject: that didn't make sense --- redland/raptor/makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit