From 3e0f4e980b4bea2f4f347fc39ea3deddf95fe71e Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 15 Jun 2016 00:32:51 -0400 Subject: Insure the asn1 definitions are in the tarball Signed-off-by: Simo Sorce Close #95 --- src/asn1c/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit