blob: e23ab102cb1d4bd764e7d80a696979259f56b307 [file] [log] [blame]
Alexander Huemer7b6673f2016-09-09 00:43:15 +02001AM_CPPFLAGS = \
2 $(all_includes) \
3 -I$(top_srcdir)/include \
4 -I$(top_builddir) \
5 $(NULL)
6
7AM_CFLAGS = \
8 -Wall \
9 $(LIBOSMOCORE_CFLAGS) \
10 $(LIBOSMOGSM_CFLAGS) \
11 $(LIBOSMOGSM_CFLAGS) \
12 $(LIBOSMOVTY_CFLAGS) \
13 $(COVERAGE_CFLAGS) \
14 $(NULL)
15
16AM_LDFLAGS = \
17 $(LIBOSMOCORE_LIBS) \
18 $(LIBOSMOGSM_LIBS) \
19 $(COVERAGE_LDFLAGS) \
20 $(NULL)
Harald Weltede729a12008-12-23 21:01:25 +000021
Neels Hofmeyrbfa88782016-05-20 21:38:32 +020022# Libraries
Alexander Huemer7b6673f2016-09-09 00:43:15 +020023SUBDIRS = \
Harald Welteb8b85a12016-06-17 00:06:42 +020024 libvlr \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020025 libmsc \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020026 $(NULL)
Holger Hans Peter Freyther30e1ae92010-07-30 02:53:14 +080027
Max5346f692022-07-28 14:19:22 +070028if BUILD_SMPP
29
30SUBDIRS += \
31 libsmpputil \
32 utils \
33 $(NULL)
34
35endif
36
Neels Hofmeyrbfa88782016-05-20 21:38:32 +020037# Programs
Alexander Huemer7b6673f2016-09-09 00:43:15 +020038SUBDIRS += \
Neels Hofmeyr84da6b12016-05-20 21:59:55 +020039 osmo-msc \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020040 $(NULL)