summaryrefslogtreecommitdiff
path: root/Source/Makefile.am
diff options
context:
space:
mode:
authorBaozeng Ding <sploving1@163.com>2010-04-30 03:03:24 +0000
committerBaozeng Ding <sploving1@163.com>2010-04-30 03:03:24 +0000
commit07cb6351f156103d8be52e78ffda098de5868bd7 (patch)
tree2a8b3466b06957366f9aa2034ddc0bf56f1c53db /Source/Makefile.am
parent153ffe45afa8af8dc0707b75f98d9dcdcec22ff5 (diff)
parent89a8bd2abf0bc92a1102813aa7bc0b4f920766f5 (diff)
downloadswig-07cb6351f156103d8be52e78ffda098de5868bd7.tar.gz
merge from trunk
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-sploving@12002 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Source/Makefile.am')
-rw-r--r--Source/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/Makefile.am b/Source/Makefile.am
index dea6faecd..d0730f79c 100644
--- a/Source/Makefile.am
+++ b/Source/Makefile.am
@@ -105,6 +105,9 @@ clean-local:
rm -f $(top_builddir)/swig@EXEEXT@
rm -f core @EXTRA_CLEAN@
+distclean-local:
+ rm -f $(top_builddir)/Source/Include/swigconfig.h
+ rm -f $(top_builddir)/Source/Include/stamp-h1
# Beautify the code.
# Note that this works well on C code, but does some odd joining of lines for C++ code.