aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 8d0ebb1..77cb672 100644
--- a/configure.ac
+++ b/configure.ac
@@ -85,7 +85,7 @@ AC_MSG_RESULT([CPPFLAGS="$CPPFLAGS"])
dnl Generate the output
AM_CONFIG_HEADER(config.h)
-AC_OUTPUT(
+AC_CONFIG_FILES([
libosmo-gtlv.pc
libosmo-pfcp.pc
include/Makefile
@@ -104,4 +104,5 @@ AC_OUTPUT(
doc/Makefile
doc/charts/Makefile
contrib/Makefile
- Makefile)
+ Makefile])
+AC_OUTPUT