From 3cae0398eaef6045de883849a236c38d1767cb41 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 20 Feb 2010 21:09:24 +0100 Subject: add missing automake / autoconf files --- src/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/Makefile.am (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 00000000..b82b6fb1 --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,11 @@ +# This is _NOT_ the library release version, it's an API version. +# Please read Chapter 6 "Library interface versions" of the libtool documentation before making any modification +LIBVERSION=0:0:0 + +INCLUDES = $(all_includes) -I$(top_srcdir)/include +AM_CFLAGS = -fPIC -Wall + +lib_LTLIBRARIES = libosmocore.la + +libosmocore_la_SOURCES = msgb.c timer.c talloc.c select.c signal.c \ + tlv_parser.c bitvec.c comp128.c gsm_utils.c statistics.c -- cgit v1.2.3