aboutsummaryrefslogtreecommitdiffstats
path: root/src/ranap/Makefile.am
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-02-29 14:18:51 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2016-02-29 14:22:21 +0100
commit92b13bc8750b17405f8cd6e862067464287a6214 (patch)
tree17aea1cce47b3b6c67577011a8944f32698dcd6c /src/ranap/Makefile.am
parent5f9be1ed5ec105d80182e3c6542aafdd5debb37f (diff)
fix build: move local include dir before sys installed one
Diffstat (limited to 'src/ranap/Makefile.am')
-rw-r--r--src/ranap/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ranap/Makefile.am b/src/ranap/Makefile.am
index 5655dd0..ccda5d2 100644
--- a/src/ranap/Makefile.am
+++ b/src/ranap/Makefile.am
@@ -1160,7 +1160,7 @@ ASN_MODULE_INC= \
RANAP_LeftMBMSBearerService-IEs.h \
RANAP_UnsuccessfulLinking-IEs.h
-AM_CFLAGS = $(ASN1C_CFLAGS) $(OSMOCORE_CFLAGS) -I../../include
+AM_CFLAGS = -I../../include $(ASN1C_CFLAGS) $(OSMOCORE_CFLAGS)
noinst_LTLIBRARIES=libosmo-asn1-ranap.la
libosmo_asn1_ranap_la_SOURCES=$(ASN_MODULE_SRC)