;;;; -*- Hen -*- (compile -s -d0 svn-client.scm "-C`apr-1-config --includes`" -L "\"`apr-1-config --libs --link-ld`\"" ; Link order taken from subversion's python bindings -lsvn_subr-1 -lsvn_diff-1 -lsvn_delta-1 -lsvn_fs-1 -lsvn_repos-1 -lsvn_wc-1 -lsvn_ra-1 -lsvn_client-1 -j svn-client -C -I/usr/include/subversion-1 -C -I/usr/local/include/subversion-1 -C -D_LARGEFILE64_SOURCE ) (compile -s -O2 svn-client.import.scm) (install-extension 'svn-client `("svn-client.so" "svn-client.import.so" ) `((version "0.20") (documentation "svn-client.html")))