summaryrefslogtreecommitdiffstats
path: root/swig/chicken/lilv.setup
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-04-28 22:00:55 +0000
committerDavid Robillard <d@drobilla.net>2011-04-28 22:00:55 +0000
commit2f7085f51e560aebd73be9bd99a532f231406a70 (patch)
tree8041c061577a96f671df895549c37e2b9091e3e1 /swig/chicken/lilv.setup
parent12a0318dc7974474f429cb46a4f7c8c78d4a7ae8 (diff)
downloadlilv-2f7085f51e560aebd73be9bd99a532f231406a70.tar.gz
lilv-2f7085f51e560aebd73be9bd99a532f231406a70.tar.bz2
lilv-2f7085f51e560aebd73be9bd99a532f231406a70.zip
Fix up the last remnants of the old name.
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3219 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'swig/chicken/lilv.setup')
-rw-r--r--swig/chicken/lilv.setup4
1 files changed, 2 insertions, 2 deletions
diff --git a/swig/chicken/lilv.setup b/swig/chicken/lilv.setup
index ef15f6d..bac6aa3 100644
--- a/swig/chicken/lilv.setup
+++ b/swig/chicken/lilv.setup
@@ -1,2 +1,2 @@
-(run (csc -s -o slv2.so slv2.scm slv2_wrap.c -lslv2))
-(install-extension 'slv2 '("slv2.so"))
+(run (csc -s -o lilv.so lilv.scm lilv_wrap.c -llilv))
+(install-extension 'lilv '("lilv.so"))