summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-08-28 20:42:46 -0600
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-08-28 20:42:46 -0600
commit3c237531f5067340e34b01c7f7ea45fa55c39657 (patch)
treee6dd9be0682046ef755641a2cd49a0120ea0ea80 /Makefile
parent4f16ef5707daf4acd74a07b665d1d67ab97c1f44 (diff)
switch to my own inotify bindings, the golang.org/x/exp bindings are crap
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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