summaryrefslogtreecommitdiffstats
path: root/swig
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-07-31 16:24:31 +0000
committerDavid Robillard <d@drobilla.net>2007-07-31 16:24:31 +0000
commit5205710e21b02418b3c0fed7c65b5a5a0763f7b7 (patch)
treee85c77118fe1202b542d15ce332b94919f411c69 /swig
parentf9915c48a6b61e94d020bee05797aa5f63e15faf (diff)
downloadlilv-5205710e21b02418b3c0fed7c65b5a5a0763f7b7.tar.gz
lilv-5205710e21b02418b3c0fed7c65b5a5a0763f7b7.tar.bz2
lilv-5205710e21b02418b3c0fed7c65b5a5a0763f7b7.zip
SWIG building fixes.
Applied patch from silverblade to fix Raul Process cmd line parameters. Fixed launching internal engine from Connect dialog. Fix nasty crashes caused by overly hasty last commit. git-svn-id: http://svn.drobilla.net/lad/slv2@662 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'swig')
-rw-r--r--swig/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/swig/Makefile.am b/swig/Makefile.am
index 6c12b26..f480ecf 100644
--- a/swig/Makefile.am
+++ b/swig/Makefile.am
@@ -6,7 +6,7 @@ all:
gcc -fPIC -shared -I/usr/include/python2.4 slv2_wrap.c ../src/.libs/libslv2.so -o _slv2.so
endif
-clean:
- rm *.c
- rm *.so
- rm *.o
+clean-local:
+ rm -f *.cxx
+ rm -f *.so
+ rm -f *.o