diff options
author | David Robillard <d@drobilla.net> | 2011-04-28 22:00:55 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-04-28 22:00:55 +0000 |
commit | 2f7085f51e560aebd73be9bd99a532f231406a70 (patch) | |
tree | 8041c061577a96f671df895549c37e2b9091e3e1 /swig/mzscheme/Makefile.am | |
parent | 12a0318dc7974474f429cb46a4f7c8c78d4a7ae8 (diff) | |
download | lilv-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/mzscheme/Makefile.am')
-rw-r--r-- | swig/mzscheme/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/swig/mzscheme/Makefile.am b/swig/mzscheme/Makefile.am index afc8f10..42740b2 100644 --- a/swig/mzscheme/Makefile.am +++ b/swig/mzscheme/Makefile.am @@ -1,8 +1,8 @@ if WITH_MZSCHEME all: - swig -DMZSCHEME -Wall -mzscheme -I../.. -o slv2_mzscheme.c -oh slv2_mzscheme.h ../slv2.i + swig -DMZSCHEME -Wall -mzscheme -I../.. -o lilv_mzscheme.c -oh lilv_mzscheme.h ../lilv.i gcc -fPIC -shared -Iplt -I../.. \ - -I/usr/include/plt slv2_mzscheme.c -o libslv2_mzscheme.so + -I/usr/include/plt lilv_mzscheme.c -o liblilv_mzscheme.so clean-local: rm -f *.[ch] *.so *.o |