diff options
| -rw-r--r-- | utils/Makefile.am | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/utils/Makefile.am b/utils/Makefile.am index 4e7869e4..ae001da4 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -1,6 +1,6 @@  if ENABLE_UTILITIES  INCLUDES = $(all_includes) -I$(top_srcdir)/include -noinst_PROGRAMS = osmo-arfcn osmo-auc-gen +bin_PROGRAMS = osmo-arfcn osmo-auc-gen  osmo_arfcn_SOURCES = osmo-arfcn.c  osmo_arfcn_LDADD = $(top_builddir)/src/libosmocore.la $(top_builddir)/src/gsm/libosmogsm.la | 
