diff options
author | David Robillard <d@drobilla.net> | 2011-05-16 18:57:02 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-05-16 18:57:02 +0000 |
commit | 0beb80fdfc298401b3d55a190984fda49142c330 (patch) | |
tree | 17a6166dba507b4f68a606cfec0e660daa51bc59 /swig/chicken/lilv.setup | |
parent | 111b1a4cb83dbd0c1812bca412e43f6f326d6580 (diff) | |
download | lilv-0beb80fdfc298401b3d55a190984fda49142c330.tar.gz lilv-0beb80fdfc298401b3d55a190984fda49142c330.tar.bz2 lilv-0beb80fdfc298401b3d55a190984fda49142c330.zip |
Remove crusty old SWIG stuff
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3267 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'swig/chicken/lilv.setup')
-rw-r--r-- | swig/chicken/lilv.setup | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/swig/chicken/lilv.setup b/swig/chicken/lilv.setup deleted file mode 100644 index bac6aa3..0000000 --- a/swig/chicken/lilv.setup +++ /dev/null @@ -1,2 +0,0 @@ -(run (csc -s -o lilv.so lilv.scm lilv_wrap.c -llilv)) -(install-extension 'lilv '("lilv.so")) |