aboutsummaryrefslogtreecommitdiffstats
path: root/src/hnbap
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2016-01-03 17:54:24 +0100
committerHarald Welte <laforge@gnumonks.org>2016-01-03 17:54:24 +0100
commit06bc548cee8aa3f2ff91a61ccf9bf4995c189c65 (patch)
tree5ed521c53225008774e688e3c286fdceec1e1548 /src/hnbap
parente8a4dc6b7048fbec5132b6f1323e4e354f3fa9ec (diff)
steps towards making 'make distcheck' work
'make distcheck' checks for out-of-source-tree builds and whether the distribution tarball includes all source files. This commit fixes many problems, except some remaining with src/test still to-be-fixd.
Diffstat (limited to 'src/hnbap')
-rw-r--r--src/hnbap/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hnbap/Makefile.am b/src/hnbap/Makefile.am
index e152587..0362871 100644
--- a/src/hnbap/Makefile.am
+++ b/src/hnbap/Makefile.am
@@ -236,7 +236,7 @@ AM_CFLAGS = $(ASN1C_CFLAGS) $(OSMOCORE_CFLAGS) -I.
noinst_LIBRARIES=libosmo-asn1-hnbap.a
libosmo_asn1_hnbap_a_SOURCES=$(ASN_MODULE_SOURCES)
-include_HEADERS = $(ASN_MODULE_INC)
+noinst_HEADERS = $(ASN_MODULE_INC)
libosmo_asn1_hnbap_a_LIBADD=$(ASN1C_LDADD)
regen: regenerate-from-asn1-source