summaryrefslogtreecommitdiff
path: root/redland/raptor
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2011-11-10 02:08:25 +0200
committerTor Lillqvist <tlillqvist@suse.com>2011-11-10 02:08:25 +0200
commit0013537709f1b79d0ca16863033bbecae23114ab (patch)
tree3f92020a4b1743f35d42866b3062f866b12086ce /redland/raptor
parente0183772e5821fcf05023eb5d510732a879c2869 (diff)
Deliver shared library file names ending in .so for Android
Diffstat (limited to 'redland/raptor')
-rw-r--r--redland/raptor/makefile.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/redland/raptor/makefile.mk b/redland/raptor/makefile.mk
index 6ddeef1915b0..be863e7aab87 100644
--- a/redland/raptor/makefile.mk
+++ b/redland/raptor/makefile.mk
@@ -172,6 +172,9 @@ OUT2BIN+=src/raptor-config
.ELIF "$(OS)"=="IOS"
OUT2LIB+=src$/.libs$/libraptor.a
OUT2BIN+=src/raptor-config
+.ELIF "$(OS)"=="ANDROID"
+OUT2LIB+=src$/.libs$/libraptor.so
+OUT2BIN+=src/raptor-config
.ELIF "$(OS)"=="AIX"
OUT2LIB+=src$/.libs$/libraptor.so.$(RAPTOR_MAJOR) src$/.libs$/libraptor.so
OUT2BIN+=src/raptor-config