From 3c237531f5067340e34b01c7f7ea45fa55c39657 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 28 Aug 2015 20:42:46 -0600 Subject: switch to my own inotify bindings, the golang.org/x/exp bindings are crap --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0ccd82e..32cf638 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ systemddir = $(libdir)/systemd GOPATH := $(realpath $(dir $(lastword $(MAKEFILE_LIST)))) -deps = golang.org/x/exp/inotify gopkg.in/yaml.v2 +deps = gopkg.in/yaml.v2 subdirs = src/nslcd_proto all: build -- cgit v1.2.2