aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-12-04 16:32:37 +0100
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2014-12-04 16:51:15 +0100
commit9c7fd8edc4f114ea77b955fb7aaac51fb5c828d4 (patch)
treeea8273f03a9581474df87db998e464c8dae96fec /lib/Makefile.am
parente527ef105f8742b1e37677e58c5b69530e674cce (diff)
logging: Switch to using libosmocore logging for all the code
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 7c06e27..590f0ec 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -4,4 +4,4 @@ noinst_HEADERS = gnugetopt.h ippool.h lookup.h syserr.h tun.h
AM_CFLAGS = -O2 -fno-builtin -Wall -DSBINDIR='"$(sbindir)"' -ggdb
-libmisc_a_SOURCES = getopt1.c getopt.c ippool.c lookup.c syserr.c tun.c
+libmisc_a_SOURCES = getopt1.c getopt.c ippool.c lookup.c tun.c debug.c