aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/ipaccess/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-03-05 19:36:20 +0100
committerHarald Welte <laforge@gnumonks.org>2010-07-22 21:54:19 +0200
commit549faada213f3a446e6cf7d008c0e36cf8bf1c53 (patch)
tree20a40ffbb5cf11bb22b1e9b9330c7cb2bd202a45 /openbsc/src/ipaccess/Makefile.am
parentf21e453dc9fbd51aed7b452916c4b3d59f64afe5 (diff)
move ip.access netowrk listen (NWL) to network_listen.c
Also, we now re-start the network listen test after it has finished, so if you run a test from ipaccess-find, the test will get re-started and re-started all the time.
Diffstat (limited to 'openbsc/src/ipaccess/Makefile.am')
-rw-r--r--openbsc/src/ipaccess/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/ipaccess/Makefile.am b/openbsc/src/ipaccess/Makefile.am
index 533932142..a7fc93fb1 100644
--- a/openbsc/src/ipaccess/Makefile.am
+++ b/openbsc/src/ipaccess/Makefile.am
@@ -6,7 +6,7 @@ sbin_PROGRAMS = ipaccess-find ipaccess-config ipaccess-proxy
ipaccess_find_SOURCES = ipaccess-find.c
-ipaccess_config_SOURCES = ipaccess-config.c ipaccess-firmware.c
+ipaccess_config_SOURCES = ipaccess-config.c ipaccess-firmware.c network_listen.c
ipaccess_config_LDADD = $(top_builddir)/src/libbsc.a $(top_builddir)/src/libmsc.a \
$(top_builddir)/src/libbsc.a $(top_builddir)/src/libvty.a -ldl -ldbi $(LIBCRYPT)