summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
blob: b943a7c584934555aad87ea68bcd8b9d9d56920f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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/usr/local/include/asn1c -I$(top_srcdir)/include
AM_CFLAGS = -fPIC -Wall $(LIBOSMOCORE_CFLAGS) $(LIBOSMOASN1TCAP_CFLAGS)
AM_LDFLAGS = $(LIBOSMOCORE_LDFLAGS) $(LIBOSMOASN1TCAP_CFLAGS)

libosmo_tcap_la_SOURCES =	\
	csl_cha_cco.c	\
	csl_cha_ism.c	\
	csl_dha.c	\
	dialogue.c	\
	scXp.c		\
	tcu.c		\
	tsl_tco.c	\
	tsl_tsm.c

lib_LTLIBRARIES=libosmo-tcap.la