]> git.alsa-project.org Git - alsa-plugins.git/commitdiff
doc: fix makefile, the files should be included to the distribution package unconditi...
authorJaroslav Kysela <perex@perex.cz>
Tue, 16 Oct 2018 11:54:22 +0000 (13:54 +0200)
committerJaroslav Kysela <perex@perex.cz>
Tue, 16 Oct 2018 11:58:22 +0000 (13:58 +0200)
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
doc/Makefile.am

index 7c004e5365ab2cd744fc80bbe27fa566319d946c..a384b54009737482cce8cf293878a95a90ce4489 100644 (file)
@@ -1,35 +1,13 @@
 EXTRA_DIST =
 
-if HAVE_OSS
 EXTRA_DIST += README-pcm-oss
-endif
-if HAVE_MIX
 EXTRA_DIST += upmix.txt vdownmix.txt
-endif
-if HAVE_JACK
 EXTRA_DIST += README-jack
-endif
-if HAVE_PULSE
 EXTRA_DIST += README-pulse
-endif
-if HAVE_MAEMO_PLUGIN
 EXTRA_DIST += README-maemo
-endif
-if HAVE_SAMPLERATE
 EXTRA_DIST += samplerate.txt
-endif
-if HAVE_A52
 EXTRA_DIST += a52.txt
-endif
-if HAVE_LAVRATE
 EXTRA_DIST += lavrate.txt
-endif
-if HAVE_PPH
 EXTRA_DIST += speexrate.txt
-endif
-if HAVE_SPEEXDSP
 EXTRA_DIST += speexdsp.txt
-endif
-if HAVE_ARCAMAV
 EXTRA_DIST += README-arcam-av
-endif