aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/osmocom/ranap/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/osmocom/ranap/Makefile.am b/include/osmocom/ranap/Makefile.am
index e3f0df0..bd1f055 100644
--- a/include/osmocom/ranap/Makefile.am
+++ b/include/osmocom/ranap/Makefile.am
@@ -3,8 +3,8 @@
# the build process wants this header file, it should first build
# src/ranap_encoder.c and src/ranap_decoder.c.
# This rule sucks:
-ranap_ies_defs.h: $(top_builddir)/src/ranap_encoder.c
- $(MAKE) -C $(top_builddir)/src/ ranap_encoder.c
+ranap_ies_defs.h: $(top_builddir)/src/gen_ranap.stamp
+ $(MAKE) -C $(top_builddir)/src/ gen_ranap.stamp
ranap_HEADERS = \
ranap_ies_defs.h \