aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Schink <jaylink-dev@marcschink.de>2016-11-11 10:26:30 +0100
committerMarc Schink <jaylink-dev@marcschink.de>2016-11-11 10:26:30 +0100
commit3857a88fd887c589bb40a103f00629e60ef3bfac (patch)
tree705f6d1130522e9e3aad7511c7e7bd35b6077629
parente16ea28402aa14bc51891c991a9505ce3b2f2096 (diff)
downloadlibjaylink-3857a88fd887c589bb40a103f00629e60ef3bfac.zip
libjaylink-3857a88fd887c589bb40a103f00629e60ef3bfac.tar.gz
libjaylink-3857a88fd887c589bb40a103f00629e60ef3bfac.tar.bz2
Add project website URL
Signed-off-by: Marc Schink <jaylink-dev@marcschink.de>
-rw-r--r--README6
-rw-r--r--configure.ac3
-rw-r--r--libjaylink/core.c4
3 files changed, 12 insertions, 1 deletions
diff --git a/README b/README
index 6ca5a93..e75c009 100644
--- a/README
+++ b/README
@@ -62,3 +62,9 @@ Copyright and license
libjaylink is licensed under the terms of the GNU General Public License (GPL),
version 2 or later. See COPYING for details.
+
+
+Website
+-------
+
+<http://git.zapb.de/libjaylink.git>
diff --git a/configure.ac b/configure.ac
index 4f4cb86..0e35e9b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,8 @@
AC_PREREQ([2.64])
-AC_INIT([libjaylink], [0.1.0], [jaylink-dev@marcschink.de])
+AC_INIT([libjaylink], [0.1.0], [jaylink-dev@marcschink.de], [libjaylink],
+ [http://git.zapb.de/libjaylink.git])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
diff --git a/libjaylink/core.c b/libjaylink/core.c
index 6bf4cc4..9097f83 100644
--- a/libjaylink/core.c
+++ b/libjaylink/core.c
@@ -54,6 +54,10 @@
*
* libjaylink is licensed under the terms of the GNU General Public
* License (GPL), version 2 or later.
+ *
+ * @section sec_website Website
+ *
+ * <a href="http://git.zapb.de/libjaylink.git">git.zapb.de/libjaylink.git</a>
*/
/**