diff options
author | Harald Welte <laforge@gnumonks.org> | 2012-11-15 12:41:15 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2012-11-16 21:36:17 +0100 |
commit | 6643386f3fadea66a3a92207d1af07113269710a (patch) | |
tree | e654cc637fc58f208bcff6cec88ad9a3d8606d39 /utils/Makefile.am | |
parent | 5905d5be60249b2d9ca9abce4c801bc3bceed6d9 (diff) |
actually install osmo-arfcn and osmo-auc-gen as part of 'make install'
Diffstat (limited to 'utils/Makefile.am')
-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 |