aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-10-10 08:49:01 +0200
committerHarald Welte <laforge@gnumonks.org>2011-10-10 08:49:01 +0200
commit43f4e088414636bad83176b891ba25cf65fed859 (patch)
tree70d8b3ac54070e783b6e79a8e3a3c2ca21307916 /src/Makefile.am
parent8aaed05e216daefe2602136c4b49428a619d3e45 (diff)
depend on new libosmocore 0.3.10 (lapd) and increment LIBVERSIONv0.1.0
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 aee2af3..7aaa046 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,7 +2,7 @@ SUBDIRS=input trau
# 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
+LIBVERSION=1:0:0
INCLUDES = $(all_includes) -I$(top_srcdir)/include -I$(top_builddir)
AM_CFLAGS= -fPIC -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGSM_CFLAGS) $(LIBOSMOVTY_CFLAGS) $(COVERAGE_CFLAGS)