~niemeyer/gozk/fix-exists

« back to all changes in this revision

Viewing changes to src/Makefile

  • Committer: Gustavo Niemeyer
  • Date: 2010-11-23 15:35:00 UTC
  • Revision ID: gustavo@niemeyer.net-20101123153500-l0dpniw8v733ov9d
Importing complete first release implementation into branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
include $(GOROOT)/src/Make.inc
 
2
 
 
3
TARG=gozk
 
4
 
 
5
CGOFILES=\
 
6
        gozk.go\
 
7
 
 
8
CGO_LDFLAGS+=-lzookeeper_mt
 
9
 
 
10
include $(GOROOT)/src/Make.pkg
 
11
 
 
12
_cgo_defun.c: helpers.c