build: distcheck: look for asn1 in top_srcdir, not top_builddir

Change-Id: Iebcff240ba2fae964dad2a2c481fcbfd29e14e69
diff --git a/src/Makefile.am b/src/Makefile.am
index 3e309db..2779315 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,7 +1,7 @@
 SUBDIRS = hnbap rua ranap tests
 
 # Build {hnbap,rua,ranap}_{encoder,decoder}.c using asn1tostruct
-ASN1_ROOT = $(top_builddir)/asn1/
+ASN1_ROOT = $(top_srcdir)/asn1
 ASN1TOSTRUCT = $(ASN1_ROOT)/utils/asn1tostruct.py
 BUILT_SOURCES = hnbap_decoder.c hnbap_encoder.c rua_decoder.c rua_encoder.c \
 	gen_hnbap.stamp gen_rua.stamp gen_ranap.stamp