diff options
author | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2017-03-08 00:59:02 +0100 |
---|---|---|
committer | Neels Hofmeyr <nhofmeyr@sysmocom.de> | 2017-03-20 14:30:43 +0100 |
commit | e64d5bd29b3a206c727170c18616ea95f62a0fae (patch) | |
tree | 940120ec6cb4d702784cc2d5f0c091d5f9b5a234 | |
parent | f444600afe1d1b9ddfd75bb6abcd0d51af6ddad7 (diff) |
build: fix distcheck: include gen scripts in EXTRA_DIST
Change-Id: Id94d2fe83f080a18a2a686206bd21cf5fafe2fa7
-rw-r--r-- | utils/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am index e95f546d..51af3d8c 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -2,6 +2,8 @@ if ENABLE_UTILITIES AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_builddir)/include $(TALLOC_CFLAGS) AM_CFLAGS = -Wall +EXTRA_DIST = conv_gen.py conv_codes_gsm.py + bin_PROGRAMS = osmo-arfcn osmo-auc-gen osmo_arfcn_SOURCES = osmo-arfcn.c |