add missing Makefile.am for libosmo-gb

This commit is contained in:
Harald Welte 2012-06-19 14:23:21 +08:00
parent 667e39a2ee
commit 0b2a316adb
1 changed files with 21 additions and 0 deletions

21
src/gb/Makefile.am Normal file
View File

@ -0,0 +1,21 @@
# 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=1:0:0
INCLUDES = $(all_includes) -I$(top_srcdir)/include
AM_CFLAGS = -fPIC -Wall ${GCC_FVISIBILITY_HIDDEN}
# FIXME: this should eventually go into a milenage/Makefile.am
noinst_HEADERS = common_vty.h
lib_LTLIBRARIES = libosmogb.la
libosmogb_la_LDFLAGS = -Wl,--version-script=$(srcdir)/libosmogb.map -version-info $(LIBVERSION)
libosmogb_la_LIBADD = $(top_builddir)/src/libosmocore.la
libosmogb_la_SOURCES = gprs_ns.c gprs_ns_frgre.c gprs_ns_vty.c \
gprs_bssgp.c gprs_bssgp_util.c gprs_bssgp_vty.c \
gprs_bssgp_bss.c common_vty.c
EXTRA_DIST = libosmogb.map