1ROOT=../../..
2include $(ROOT)/mk/hdr.mk
3include $(ROOT)/mk/wmii.mk
4
5BINARY = __init__.py    \
6	 asyncclient.py \
7	 client.py      \
8	 dial.py        \
9	 fcall.py       \
10	 fields.py      \
11	 messages.py    \
12	 mux.py         \
13	 types.py
14
15DIR    = $(ETC)/wmii$(CONFVERSION)/python/pyxp
16