diff options
author | Bryan Jurish <mukau@users.sourceforge.net> | 2007-08-05 23:11:13 +0000 |
---|---|---|
committer | Bryan Jurish <mukau@users.sourceforge.net> | 2007-08-05 23:11:13 +0000 |
commit | d6a01a735cf5d4c424c9d846a338e13634ed9ea1 (patch) | |
tree | 378c740d13cbc19b035d91c8e5428e799965edf1 /src | |
parent | 3468e6cc524f2bcf1e7c4382c4cd57f02dd7b6cd (diff) |
+ fixes for pd-extended autobuild with automake-1.4 (grr)
svn path=/trunk/externals/moocow/pdstring/; revision=8425
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index fcc75a2..dd48f83 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -85,7 +85,7 @@ any2string_LDFLAGS = $(LFLAGS) #MOSTLYCLEANFILES = ## --- clean: built by 'make' -CLEANFILES = *$(EXEEXT) +CLEANFILES = *.$(PDEXT) ## --- distclean: built by 'configure' DISTCLEANFILES = \ |