blob: 746c80d0fb5741579c7fa0206873b532e32b0ef7 [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
Neels Hofmeyrbfa88782016-05-20 21:38:32 +020016# Libraries
Alexander Huemer7b6673f2016-09-09 00:43:15 +020017SUBDIRS = \
Harald Welteb8b85a12016-06-17 00:06:42 +020018 libvlr \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020019 libmsc \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020020 $(NULL)
Holger Hans Peter Freyther30e1ae92010-07-30 02:53:14 +080021
Max5346f692022-07-28 14:19:22 +070022if BUILD_SMPP
23
24SUBDIRS += \
25 libsmpputil \
26 utils \
27 $(NULL)
28
29endif
30
Neels Hofmeyrbfa88782016-05-20 21:38:32 +020031# Programs
Alexander Huemer7b6673f2016-09-09 00:43:15 +020032SUBDIRS += \
Neels Hofmeyr84da6b12016-05-20 21:59:55 +020033 osmo-msc \
Alexander Huemer7b6673f2016-09-09 00:43:15 +020034 $(NULL)