From: Paul Brossier Date: Tue, 13 Dec 2005 11:50:05 +0000 (+0000) Subject: add help and doc to EXTRA_DIST X-Git-Tag: bzr2git~805 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=acf2ec07a907aa03df6aeb67f203718a8288f4fd;p=aubio.git add help and doc to EXTRA_DIST add help and doc to EXTRA_DIST --- diff --git a/plugins/puredata/Makefile.am b/plugins/puredata/Makefile.am index 99443e87..81073abc 100644 --- a/plugins/puredata/Makefile.am +++ b/plugins/puredata/Makefile.am @@ -48,5 +48,5 @@ pdinstallexp_DATA = \ ## My kludge noinst_SCRIPTS = libtoolkludge -EXTRA_DIST = $(pdinstall_DATA) $(noinst_SCRIPTS) +EXTRA_DIST = $(pdinstallref_DATA) $(pdinstallexp_DATA) $(noinst_SCRIPTS)