changeset 10 | f38b0ee7b1c1 |
parent 1 | a01e06faf0db |
child 17 | d269d9c0fc8e |
9:4fe926b03827 | 10:f38b0ee7b1c1 |
---|---|
5 include $(GOROOT)/src/Make.inc |
5 include $(GOROOT)/src/Make.inc |
6 |
6 |
7 TARG=cjyar/xmpp |
7 TARG=cjyar/xmpp |
8 GOFILES=\ |
8 GOFILES=\ |
9 xmpp.go \ |
9 xmpp.go \ |
10 stream.go \ |
|
10 structs.go \ |
11 structs.go \ |
11 |
12 |
12 include $(GOROOT)/src/Make.pkg |
13 include $(GOROOT)/src/Make.pkg |