aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <holger@freyther.de>2012-07-23 10:47:33 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2012-07-24 11:20:32 +0200
commita95348c03e815290aca81ef1d01fa611766dc184 (patch)
tree5c7295640c29a16c3349fe97d74b82f3a0d129c1
parent1115f5972c8e91177a27ea736aeb6435cacde177 (diff)
misc: Add the libosmocore CFLAGS to the CPPFLAGS
libosmocore might not be in the standard include path, add the CFLAGS to the preprocessor flags. This is fixing the build on the Osmocom Jenkins.
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ca586fda..67b5b12b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -18,7 +18,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
-AM_CPPFLAGS = $(STD_DEFINES_AND_INCLUDES)
+AM_CPPFLAGS = $(STD_DEFINES_AND_INCLUDES) $(LIBOSMOCORE_CFLAGS) $(LIBOSMOGB_CFLAGS) $(LIBOSMOGSM_CFLAGS)
AM_CXXFLAGS = -Wall -ldl -pthread
noinst_LTLIBRARIES = libgprs.la