Browse Source

Fix 'make checkdist' by adding the missing asn1 file

Julien 'Lta' BALLET 11 years ago
parent
commit
2428507d04
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Makefile.am

+ 1 - 0
Makefile.am

@@ -3,6 +3,7 @@ ACLOCAL_AMFLAGS = -I m4
 DISTCLEANFILES = @DOLT_CLEANFILES@
 DISTCLEANFILES = @DOLT_CLEANFILES@
 
 
 EXTRA_DIST = \
 EXTRA_DIST = \
+	contrib/spnego/spnego.asn1
 	contrib/spnego/spnego_asn1.c
 	contrib/spnego/spnego_asn1.c
 
 
 CFLAGS = -I$(top_srcdir)/contrib -I$(top_srcdir)/include @TASN1_CFLAGS@
 CFLAGS = -I$(top_srcdir)/contrib -I$(top_srcdir)/include @TASN1_CFLAGS@