projects
/
mp-xquery-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1bd0a8c
)
Add make install rule
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 16 Jun 2014 11:37:45 +0000
(13:37 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 16 Jun 2014 11:37:45 +0000
(13:37 +0200)
src/Makefile
patch
|
blob
|
history
diff --git
a/src/Makefile
b/src/Makefile
index
f6f5061
..
65065a1
100644
(file)
--- a/
src/Makefile
+++ b/
src/Makefile
@@
-21,6
+21,10
@@
tst: tst.o
$(MP_SO): metaproxy_filter_xquery.o
$(CXX) -shared $(CXXFLAGS) $(LDFLAGS) $^ -o $@ $(MP_LIBS) $(ZORBA_LIBS)
+install: $(MP_SO)
+ mkdir -p $(DESTDIR)$(libdir)/mp-xquery
+ cp $(MP_SO) $(DESTDIR)$(libdir)/mp-xquery
+
clean:
rm -f *.o tst $(MP_SO)