Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Jajcus/pyxmpp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacek Konieczny <jajcus@jajcus.net>2003-06-08 20:17:31 +0400
committerJacek Konieczny <jajcus@jajcus.net>2003-06-08 20:17:31 +0400
commitbd443e3125ed65a48d8b57520db45405dffe7caa (patch)
tree899bd5293ff5ca74e9c13968cea75ca8b49be168 /Makefile
parente094f6c64712c09b234dbf796f63964e6b51f956 (diff)
- unicode normalization
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b8b28d8..438f1d4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,4 @@
all:
python setup.py build
cd examples && ln -sf ../build/lib*/pyxmpp .
+ cd tests && ln -sf ../build/lib*/pyxmpp .