Releasing
[cc0/argeo-build.git] / common.mk
index 2ef806336bcc267ecfe299abf0c11b49bb817970..bc1bff95576d84bb30c74ea5b0009ac570348a7e 100644 (file)
--- a/common.mk
+++ b/common.mk
@@ -1,8 +1,8 @@
 build-major=2
-build-minor=3
+build-minor=1
 
 # Required third party libraries
-ECJ_BRANCH=3.32
+ECJ_MAJOR=3
 BNDLIB_BRANCH=5.3
 SYSLOGGER_BRANCH=$(build-major).$(build-minor)
 
@@ -10,4 +10,4 @@ SYSLOGGER_BRANCH=$(build-major).$(build-minor)
 prefix ?= /usr/local
 datarootdir ?= $(prefix)/share
 
-A2_INSTALL_TARGET ?= $(datarootdir)/a2
\ No newline at end of file
+A2_INSTALL_TARGET ?= $(DESTDIR)$(datarootdir)/a2
\ No newline at end of file