summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2016-06-15 00:32:51 -0400
committerSimo Sorce <simo@redhat.com>2016-06-15 11:04:08 -0400
commit3e0f4e980b4bea2f4f347fc39ea3deddf95fe71e (patch)
treefe5b6da335450af165aa8cb7dbf8bf6f7cff001f
parent71995938f931ac8e5723777412ae85817c9b4ff8 (diff)
downloadmod_auth_gssapi-3e0f4e980b4bea2f4f347fc39ea3deddf95fe71e.tar.gz
mod_auth_gssapi-3e0f4e980b4bea2f4f347fc39ea3deddf95fe71e.tar.xz
mod_auth_gssapi-3e0f4e980b4bea2f4f347fc39ea3deddf95fe71e.zip
Insure the asn1 definitions are in the tarball
Signed-off-by: Simo Sorce <simo@redhat.com> Close #95
-rw-r--r--src/asn1c/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/asn1c/Makefile.am b/src/asn1c/Makefile.am
index d116e58..9ca0a6f 100644
--- a/src/asn1c/Makefile.am
+++ b/src/asn1c/Makefile.am
@@ -63,6 +63,8 @@ MAGASN1dir = .
noinst_LTLIBRARIES = libmagasn1.la
libmagasn1_la_SOURCES = $(ASN1C_SOURCES) $(MAGASN1_SOURCES)
+EXTRA_DIST = session.asn1
+
regenerate:
asn1c -fskeletons-copy -fnative-types session.asn1
rm -f converter-sample.c Makefile.am.sample