aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 7cf4362..96e6856 100644
--- a/configure.ac
+++ b/configure.ac
@@ -87,11 +87,14 @@ AM_CONFIG_HEADER(config.h)
AC_OUTPUT(
include/Makefile
include/osmocom/Makefile
+ include/osmocom/gtlv/Makefile
include/osmocom/pfcp/Makefile
src/Makefile
+ src/libosmo-gtlv/Makefile
src/libosmo-pfcp/Makefile
tests/Makefile
tests/atlocal
+ tests/libosmo-gtlv/Makefile
doc/Makefile
contrib/Makefile
Makefile)