X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=altosdroid%2FMakefile.am;h=39f3c2b6a48439d82a08811c012ea778fa2f99d8;hp=3b5abfc4c3dde1884e59121c6f3e4e133bb2c309;hb=bf88c5f829ea5d32043431945e862a9f6c96740a;hpb=d05a77992df983b9fa79f0e2b20d2c6b387c180c diff --git a/altosdroid/Makefile.am b/altosdroid/Makefile.am index 3b5abfc4..39f3c2b6 100644 --- a/altosdroid/Makefile.am +++ b/altosdroid/Makefile.am @@ -17,7 +17,7 @@ ZIPALIGN=$(SDK)/tools/zipalign SRC_DIR=src/org/altusmetrum/AltosDroid EXT_LIBDIR=libs ALTOSLIB_SRCDIR=../altoslib -ALTOSLIB_JAR=AltosLib.jar +ALTOSLIB_JAR=altoslib_$(ALTOSLIB_VERSION).jar ALTOSLIB=$(EXT_LIBDIR)/$(ALTOSLIB_JAR) @@ -65,7 +65,10 @@ sign: endif -clean: +clean: clean-local $(clean_command) +clean-local: + rm -rf $(EXT_LIBDIR) + .PHONY: $(SRC_DIR)/BuildInfo.java