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

Change-Id: Iebcff240ba2fae964dad2a2c481fcbfd29e14e69
This commit is contained in:
Neels Hofmeyr 2016-08-27 00:11:26 +02:00 committed by Harald Welte
parent 347f8ef218
commit ba03c430a6
1 changed files with 1 additions and 1 deletions

View File

@ -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