From cfe32e34a100325836f9f94c770ee0d407134c44 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Sat, 1 Dec 2001 10:04:31 +0000 Subject: [PATCH] Fixes --- Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 8c2e96f..f7a3c89 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,12 +1,11 @@ lib_LTLIBRARIES = libaoss.la bin_SCRIPTS = aoss man_MANS = aoss.1 +EXTRA_DIST = aoss.1 libaoss_la_SOURCES = alsa-oss.c libaoss_la_LIBADD = -ldl -lasound -aoss: aoss.in - sed -e "s+PREFIX+$(libdir)+" $(srcdir)/aoss.in > aoss clean: rm -f aoss -- 2.47.1