From ba01fa44feb6deb0f0359f381eafe866991c06c1 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Thu, 12 May 2011 13:46:33 +0200 Subject: app: Introduce some routines to help with application startup The plan is to collect structs and routines for application setup and remove many copies of the boilerplate code we have right now. This starts with routines to ignore certain signals and the stderr init code. Increment the age of the library because a new interface was added. --- include/osmocom/core/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/osmocom/core/Makefile.am') diff --git a/include/osmocom/core/Makefile.am b/include/osmocom/core/Makefile.am index b21e0476..36988733 100644 --- a/include/osmocom/core/Makefile.am +++ b/include/osmocom/core/Makefile.am @@ -3,7 +3,7 @@ osmocore_HEADERS = signal.h linuxlist.h timer.h select.h msgb.h bits.h \ gsmtap.h write_queue.h \ logging.h rate_ctr.h gsmtap_util.h \ plugin.h crc16.h panic.h process.h msgfile.h \ - backtrace.h conv.h + backtrace.h conv.h application.h if ENABLE_TALLOC osmocore_HEADERS += talloc.h -- cgit v1.2.3