From 39a7a773a653176e294382bc6301275fd57aff6b Mon Sep 17 00:00:00 2001 From: baude Date: Mon, 23 Apr 2018 13:32:41 -0500 Subject: varlink images implement varlink image functions for working with libpod with the exception of a couple due to incompletions on the libpod side of things (build). also, created a first pass at a libpodpy package which will stand as a client to working with libpod's varlink methods using python. Signed-off-by: baude Closes: #669 Approved by: baude --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4e76cd3af..1fa92492f 100644 --- a/Makefile +++ b/Makefile @@ -247,10 +247,10 @@ install.tools: .install.gitvalidation .install.gometalinter .install.md2man make all install; \ fi -varlink_generate: .gopathok cmd/podman/ioprojectatomicpodman/ioprojectatomicpodman.go +varlink_generate: .gopathok cmd/podman/varlink/ioprojectatomicpodman.go -cmd/podman/ioprojectatomicpodman/ioprojectatomicpodman.go: cmd/podman/ioprojectatomicpodman/io.projectatomic.podman.varlink - $(GO) generate ./cmd/podman/ioprojectatomicpodman/... +cmd/podman/varlink/ioprojectatomicpodman.go: cmd/podman/varlink/io.projectatomic.podman.varlink + $(GO) generate ./cmd/podman/varlink/... validate: gofmt .gitvalidation -- cgit v1.2.3-54-g00ecf