aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
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/Makefile.am
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/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 9e0f59d..0a54e01 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -37,7 +37,8 @@ bin_PROGRAMS = osmo-hnbgw
noinst_HEADERS = hnbap_common.h hnbap_ies_defs.h \
rua_common.h rua_ies_defs.h \
context_map.h hnbgw.h hnbgw_cn.h \
- hnbgw_hnbap.h hnbgw_rua.h hnbgw_ranap.h
+ hnbgw_hnbap.h hnbgw_rua.h hnbgw_ranap.h \
+ sccp_helpers.h
osmo_hnbgw_SOURCES = hnbap_encoder.c hnbap_decoder.c hnbap_common.c \
rua_encoder.c rua_decoder.c rua_common.c \