summaryrefslogtreecommitdiffstats
path: root/swig/Makefile.am
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-08-19 19:26:28 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-08-19 19:26:28 +0000
commitfc37aff72b6fd29c3c4348cb5a4249524ba82709 (patch)
tree08241ae9d945656d27152e757155970e132f5272 /swig/Makefile.am
parent19c69f11c05ee4571414b3b91b952db271898bff (diff)
downloadlasso-fc37aff72b6fd29c3c4348cb5a4249524ba82709.tar.gz
lasso-fc37aff72b6fd29c3c4348cb5a4249524ba82709.tar.xz
lasso-fc37aff72b6fd29c3c4348cb5a4249524ba82709.zip
Makefile.am in swig directory so that make clean and make dist works properly
Diffstat (limited to 'swig/Makefile.am')
-rw-r--r--swig/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/swig/Makefile.am b/swig/Makefile.am
new file mode 100644
index 00000000..eaf88164
--- /dev/null
+++ b/swig/Makefile.am
@@ -0,0 +1,5 @@
+EXTRA_DIST = Lasso.i Lasso.c
+
+clean-local:
+ rm -f Lasso.py Lasso_wrap.c
+