aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-08-25 19:24:26 +0200
committerHarald Welte <laforge@gnumonks.org>2010-08-25 19:24:26 +0200
commitb6cb023c7b4a76fb3d5ca32dd0ffb8e94ac5f8a0 (patch)
tree8ac35cda29f886c2cf46ec8107d3a352ac3b61e4 /src/Makefile.am
parent72d0c536e9581a54ff9b6c9d66ce9af29256aeb6 (diff)
Add helper function 'osmo_daemonize()' to convert process into daemon
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index e197e179..765fbb89 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -13,7 +13,7 @@ libosmocore_la_SOURCES = timer.c select.c signal.c msgb.c rxlev_stat.c \
tlv_parser.c bitvec.c comp128.c gsm_utils.c statistics.c \
write_queue.c utils.c rsl.c gsm48.c gsm48_ie.c \
logging.c gsm0808.c rate_ctr.c gsmtap_util.c \
- gprs_cipher_core.c crc16.c panic.c
+ gprs_cipher_core.c crc16.c panic.c process.c
if ENABLE_PLUGIN
libosmocore_la_SOURCES += plugin.c