From 164e5f8c63652028ecb9c3570e1ea8618b163071 Mon Sep 17 00:00:00 2001 From: Damjan Marion Date: Wed, 25 Apr 2018 19:11:15 +0200 Subject: Move VOM to extras/vom Change-Id: Iea174f03dfba3bd06024db0f0cc373532300dcae Signed-off-by: Damjan Marion --- src/configure.ac | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/configure.ac') diff --git a/src/configure.ac b/src/configure.ac index e408afcb056..2a54cd29d42 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -3,15 +3,13 @@ LT_INIT AC_CONFIG_AUX_DIR([.]) AM_INIT_AUTOMAKE([subdir-objects]) AM_SILENT_RULES([yes]) -AC_CONFIG_FILES([Makefile plugins/Makefile vpp-api/python/Makefile vpp-api/java/Makefile vpp-api/vapi/Makefile vpp-api/vom/Makefile]) +AC_CONFIG_FILES([Makefile plugins/Makefile vpp-api/python/Makefile vpp-api/java/Makefile vpp-api/vapi/Makefile]) AC_CONFIG_MACRO_DIR([m4]) AC_PROG_CC -AC_PROG_CXX AC_PROG_CPP AM_PROG_AS AM_PROG_LIBTOOL -AC_PROG_YACC AM_PATH_PYTHON AM_CONDITIONAL([CROSSCOMPILE], [test "$cross_compiling" == "yes"]) @@ -130,7 +128,6 @@ DISABLE_ARG(vlib, [Disable vlib and dependant libs and binaries]) DISABLE_ARG(svm, [Disable svm and dependant libs and binaries]) DISABLE_ARG(papi, [Disable Python API bindings]) DISABLE_ARG(japi, [Disable Java API bindings]) -DISABLE_ARG(vom, [Disable VPP object model bindings]) # --with-X -- cgit 1.2.3-korg