From 8d382ccd5020662826210f7d8117498481b0b447 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Wed, 12 Apr 2006 12:40:06 +0200 Subject: [PATCH] Don't install alsalisp alsalisp binary isn't actually used by any programs or alsa-lib itself. --- alsalisp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alsalisp/Makefile.am b/alsalisp/Makefile.am index 398261ca..6df915a1 100644 --- a/alsalisp/Makefile.am +++ b/alsalisp/Makefile.am @@ -1,4 +1,4 @@ -bin_PROGRAMS = alsalisp +noinst_PROGRAMS = alsalisp alsalisp_SOURCES = alsalisp.c alsalisp_LDADD = ../src/libasound.la -- 2.47.1