diff options
author | Michael Mitton <mmitton@gmail.com> | 2011-02-18 07:36:55 +0100 |
---|---|---|
committer | Michael Mitton <mmitton@gmail.com> | 2011-02-18 07:36:55 +0100 |
commit | 1094e1befc82d86ecbd90193c68ed44a7026d8fa (patch) | |
tree | a3e9c753ee197eef91d35af85351e83465415908 /Makefile | |
download | ldap-1094e1befc82d86ecbd90193c68ed44a7026d8fa.tar ldap-1094e1befc82d86ecbd90193c68ed44a7026d8fa.tar.gz ldap-1094e1befc82d86ecbd90193c68ed44a7026d8fa.tar.bz2 ldap-1094e1befc82d86ecbd90193c68ed44a7026d8fa.tar.lz ldap-1094e1befc82d86ecbd90193c68ed44a7026d8fa.tar.xz ldap-1094e1befc82d86ecbd90193c68ed44a7026d8fa.tar.zst ldap-1094e1befc82d86ecbd90193c68ed44a7026d8fa.zip |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..d03d676 --- /dev/null +++ b/Makefile @@ -0,0 +1,16 @@ +# Copyright 2009 The Go Authors. All rights reserved. +# Use of this source code is governed by a BSD-style +# license that can be found in the LICENSE file. + +include $(GOROOT)/src/Make.inc + +TARG=github.com/mmitton/ldap +GOFILES=\ + bind.go\ + conn.go\ + control.go\ + filter.go\ + ldap.go\ + search.go\ + +include $(GOROOT)/src/Make.pkg |