[MERGED] osmo-iuh[master]: build: distcheck: look for asn1 in top_srcdir, not top_builddir

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Fri Sep 9 06:43:33 UTC 2016


Harald Welte has submitted this change and it was merged.

Change subject: build: distcheck: look for asn1 in top_srcdir, not top_builddir
......................................................................


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

Change-Id: Iebcff240ba2fae964dad2a2c481fcbfd29e14e69
---
M src/Makefile.am
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



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

-- 
To view, visit https://gerrit.osmocom.org/784
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Iebcff240ba2fae964dad2a2c481fcbfd29e14e69
Gerrit-PatchSet: 4
Gerrit-Project: osmo-iuh
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list