From 5205710e21b02418b3c0fed7c65b5a5a0763f7b7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 31 Jul 2007 16:24:31 +0000 Subject: 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 --- swig/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'swig') 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 -- cgit v1.2.1