summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2025-03-18 10:24:56 -0500
committerGitHub <noreply@github.com>2025-03-18 10:24:56 -0500
commit5f15d8095efd11756a867e552a3f8fe6c77e57cc (patch)
tree23129d1414aba7e5faedeb5f61fecfd15001f936 /Makefile
parent1b4173b8371d1f15ac91f615af1e70e2a4cde898 (diff)
parent97cdcfaa28c5275912e3828ee8ea23fcfe918877 (diff)
downloadlibvyosconfig-5f15d8095efd11756a867e552a3f8fe6c77e57cc.tar.gz
libvyosconfig-5f15d8095efd11756a867e552a3f8fe6c77e57cc.zip
Merge pull request #26 from jestabro/commitd
T7121: Set up communication vyconfd to vyos-commitd
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0ba31e2..b61d0d2 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ BUILDDIR=_build
VPATH=$(BUILDDIR)
OCAMLDIR=$(shell ocamlopt -where)
$(shell mkdir -p $(BUILDDIR) $(BUILDDIR)/stub $(BUILDDIR)/lib $(BUILDDIR)/stub_generator $(BUILDDIR)/test $(BUILDDIR)/generated)
-PACKAGES=vyos1x-config,re,ctypes.stubs,ctypes.foreign
+PACKAGES=vyos1x-config,vyconf.vyconfd-config,vyconf.vycall-client,re,ctypes.stubs,ctypes.foreign
GENERATOR_FILES=$(BUILDDIR)/lib/bindings.cmx \
$(BUILDDIR)/stub_generator/generate.cmx