diff --git a/alsactl/Makefile.am b/alsactl/Makefile.am index b0d2fa5..17a0b0c 100644 --- a/alsactl/Makefile.am +++ b/alsactl/Makefile.am @@ -1,4 +1,5 @@ sbin_PROGRAMS=alsactl man_MANS=alsactl.1 +EXTRA_DIST=alsactl.1 alsactl_SOURCES=alsactl.c diff --git a/alsamixer/Makefile.am b/alsamixer/Makefile.am index 5c34c28..801f3e6 100644 --- a/alsamixer/Makefile.am +++ b/alsamixer/Makefile.am @@ -2,6 +2,7 @@ LDADD = $(CURSESLIB) bin_PROGRAMS = alsamixer man_MANS = alsamixer.1 +EXTRA_DIST = alsamixer.1 alsamixer_INCLUDES = -I$(top_srcdir)/include -DCURSESINC="$(CURSESINC)" #LDFLAGS = -static diff --git a/amixer/Makefile.am b/amixer/Makefile.am index 0a668a8..fcd0e81 100644 --- a/amixer/Makefile.am +++ b/amixer/Makefile.am @@ -1,10 +1,10 @@ INCLUDES = -I$(top_srcdir)/include LDADD = -lm # LDFLAGS = -static -EXTRA_DIST = README.first # CFLAGS += -g -Wall bin_PROGRAMS = amixer amixer_SOURCES = amixer.c noinst_HEADERS = amixer.h man_MANS = amixer.1 +EXTRA_DIST = amixer.1 diff --git a/aplay/Makefile.am b/aplay/Makefile.am index 5f67d97..6734f2d 100644 --- a/aplay/Makefile.am +++ b/aplay/Makefile.am @@ -9,6 +9,7 @@ bin_PROGRAMS = aplay man_MANS = aplay.1 arecord.1 noinst_HEADERS = formats.h +EXTRA_DIST = aplay.1 arecord.1 EXTRA_CLEAN = arecord arecord: aplay diff --git a/seq/aconnect/Makefile.am b/seq/aconnect/Makefile.am index 3685346..c2e1d09 100644 --- a/seq/aconnect/Makefile.am +++ b/seq/aconnect/Makefile.am @@ -1,5 +1,5 @@ INCLUDES = -I$(top_srcdir)/include -EXTRA_DIST = README.aconnect +EXTRA_DIST = README.aconnect aconnect.1 bin_PROGRAMS = aconnect aconnect_SOURCES = aconnect.c diff --git a/seq/aseqnet/Makefile.am b/seq/aseqnet/Makefile.am index d835f61..cda8815 100644 --- a/seq/aseqnet/Makefile.am +++ b/seq/aseqnet/Makefile.am @@ -1,5 +1,5 @@ INCLUDES = -I$(top_srcdir)/include -EXTRA_DIST = README.aseqnet +EXTRA_DIST = README.aseqnet aseqnet.1 bin_PROGRAMS = aseqnet aseqnet_SOURCES = aseqnet.c