summaryrefslogtreecommitdiffstats
path: root/src/host/gsmmap/Makefile.am
diff options
context:
space:
mode:
authorAndreas Eversberg2011-07-31 10:46:36 +0200
committerAndreas Eversberg2011-07-31 10:46:36 +0200
commit856d5bde1dc311a1cc4f529f9bab68e074cd949e (patch)
treecad2a541302c9beb28c5438e06da9af639767ba2 /src/host/gsmmap/Makefile.am
parentMerge commit '1a99df84e12315c63f2e96a2972864e4c311712d' (diff)
downloadosmocom-856d5bde1dc311a1cc4f529f9bab68e074cd949e.tar.gz
osmocom-856d5bde1dc311a1cc4f529f9bab68e074cd949e.tar.xz
osmocom-856d5bde1dc311a1cc4f529f9bab68e074cd949e.zip
Fixed broken gsmmap.
Diffstat (limited to 'src/host/gsmmap/Makefile.am')
-rw-r--r--src/host/gsmmap/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/gsmmap/Makefile.am b/src/host/gsmmap/Makefile.am
index e71b887..29be15c 100644
--- a/src/host/gsmmap/Makefile.am
+++ b/src/host/gsmmap/Makefile.am
@@ -12,6 +12,6 @@ AM_CFLAGS=-Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS)
sbin_PROGRAMS = gsmmap
-gsmmap_SOURCES = gsmmap.c geo.c locate.c log.c ../layer23/src/common/sysinfo.c ../layer23/src/common/networks.c
+gsmmap_SOURCES = gsmmap.c geo.c locate.c log.c ../layer23/src/common/sysinfo.c ../layer23/src/common/networks.c ../layer23/src/common/logging.c
gsmmap_LDADD = $(LIBOSMOGSM_LIBS) $(LIBOSMOCORE_LIBS) -lm