From fd099e64848999d14ffe723c4286d8b918c6c358 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 29 Nov 2000 18:34:03 +0000 Subject: [PATCH] Added debug flags --- aplay/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aplay/Makefile.am b/aplay/Makefile.am index 1c30cec..b2f6c0d 100644 --- a/aplay/Makefile.am +++ b/aplay/Makefile.am @@ -1,6 +1,10 @@ INCLUDES = -I$(top_srcdir)/include LDADD = -lasound +# debug flags +#LDFLAGS = -static +#LDADD += -ldl + bin_PROGRAMS = aplay man_MANS = aplay.1 noinst_HEADERS = formats.h -- 2.47.1