diff options
| author | John Estabrook <jestabro@vyos.io> | 2025-03-18 10:24:56 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-18 10:24:56 -0500 |
| commit | 5f15d8095efd11756a867e552a3f8fe6c77e57cc (patch) | |
| tree | 23129d1414aba7e5faedeb5f61fecfd15001f936 /Makefile | |
| parent | 1b4173b8371d1f15ac91f615af1e70e2a4cde898 (diff) | |
| parent | 97cdcfaa28c5275912e3828ee8ea23fcfe918877 (diff) | |
| download | libvyosconfig-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
