Module: kamailio Branch: master Commit: 816ece3d35fea26d656addb38f73412d3f7c33b3 URL: https://github.com/kamailio/kamailio/commit/816ece3d35fea26d656addb38f73412d...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2016-06-08T14:44:16+02:00
app_java: added note in makefile about generating the readme on a system without java
---
Modified: modules/app_java/Makefile
---
Diff: https://github.com/kamailio/kamailio/commit/816ece3d35fea26d656addb38f73412d... Patch: https://github.com/kamailio/kamailio/commit/816ece3d35fea26d656addb38f73412d...
---
diff --git a/modules/app_java/Makefile b/modules/app_java/Makefile index c348ffd..c925b41 100644 --- a/modules/app_java/Makefile +++ b/modules/app_java/Makefile @@ -1,6 +1,8 @@ -# +# # WARNING: do not run this directly, it should be run by the master Makefile
+# to generate readme file on a system without java, use DOCBUILD=yes in make command + include ../../Makefile.defs auto_gen= NAME=app_java.so