summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Estabrook <jestabro@vyos.io>2024-12-06 08:48:14 -0600
committerGitHub <noreply@github.com>2024-12-06 08:48:14 -0600
commit2b979d7fc25793e5be29376a4951375c0bf328d9 (patch)
tree815fc2d64f76267a217eadd0a167157b61bd92f8 /Makefile
parent9e4f6c1494fcff64ad22503b704dbdd43347b0a6 (diff)
parentbd71aa6b728f037ad5d85d9310f3380342714348 (diff)
downloadlibvyosconfig-2b979d7fc25793e5be29376a4951375c0bf328d9.tar.gz
libvyosconfig-2b979d7fc25793e5be29376a4951375c0bf328d9.zip
Merge pull request #21 from jestabro/vyconf-minimal
T6718: use the vyconf daemon for validation of set commands
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 810ccd6..5c798c3 100644
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,7 @@ $(BUILDDIR)/%.o: %.c
$(CC) -c -o $@ -fPIC -I $(shell ocamlfind query ctypes) -I $(OCAMLDIR) -I $(OCAMLDIR)/../ctypes $<
$(BUILDDIR)/%.cmx: %.ml
- ocamlfind opt -c -o $@ -I $(BUILDDIR)/generated -I $(BUILDDIR)/lib -package $(PACKAGES) $<
+ ocamlfind opt -c -o $@ -I $(BUILDDIR)/generated -I $(BUILDDIR)/lib -thread -package $(PACKAGES) $<
$(GENERATOR): $(GENERATOR_FILES)
ocamlfind opt -o $@ -I $(BUILDDIR)/lib -linkpkg -thread -package $(PACKAGES) $^