diff options
author | ikostov <ikostov@sysmocom.de> | 2017-02-15 17:55:36 +0100 |
---|---|---|
committer | ikostov <ikostov@sysmocom.de> | 2017-02-15 17:56:39 +0100 |
commit | 3e6d5701e6aa56979165e58d896c14040966f04b (patch) | |
tree | 99ec00693121669ca852d6f18fa2b9b75f652d12 /Makefile.am | |
parent | 437ed4ab4295998a488769657fe300cb8d4b6080 (diff) |
OAP:remove design doc. osmocom-authn-protocol.txt
Osmocom Authentication Protocol design document
is removed from libosmocore project as this
information has been included in the User Manual.
It is present in SGSN User Manual.
relates to OS#1874
Change-Id: I2d4dc608622a7484e67b15f930efc76e28285045
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 9c901ea5..185127e3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,7 +13,7 @@ $(top_srcdir)/.version: dist-hook: echo $(VERSION) > $(distdir)/.tarball-version -EXTRA_DIST = git-version-gen .version doc/osmocom-authn-protocol.txt +EXTRA_DIST = git-version-gen .version if HAVE_DOXYGEN |