From 89b777853a92aa29ecb563b56e9adc087135b294 Mon Sep 17 00:00:00 2001 From: Love Hornquist Astrand Date: Sat, 21 Nov 2009 16:01:05 -0800 Subject: [PATCH] include asn1-common.h in installed header files --- lib/asn1/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/asn1/Makefile.am b/lib/asn1/Makefile.am index 8a75ae970..ee7fe7cbd 100644 --- a/lib/asn1/Makefile.am +++ b/lib/asn1/Makefile.am @@ -514,7 +514,6 @@ nodist_check_gen_SOURCES = $(gen_files_test:.x=.c) test_asn1-template.c build_HEADERZ = asn1-template.h asn1_compile_SOURCES = \ - asn1-common.h \ asn1_queue.h \ asn1parse.y \ der.h \ @@ -602,6 +601,7 @@ CLEANFILES = \ test_asn1_files test_asn1.h* dist_include_HEADERS = der.h heim_asn1.h der-protos.h der-private.h +dist_include_HEADERS += asn1-common.h nodist_include_HEADERS = asn1_err.h nodist_include_HEADERS += krb5_asn1.h