diff options
Diffstat (limited to 'alsa-utils/amixer/Makefile.am')
-rw-r--r-- | alsa-utils/amixer/Makefile.am | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/alsa-utils/amixer/Makefile.am b/alsa-utils/amixer/Makefile.am deleted file mode 100644 index fcd0e81..0000000 --- a/alsa-utils/amixer/Makefile.am +++ /dev/null @@ -1,10 +0,0 @@ -INCLUDES = -I$(top_srcdir)/include -LDADD = -lm -# LDFLAGS = -static -# CFLAGS += -g -Wall - -bin_PROGRAMS = amixer -amixer_SOURCES = amixer.c -noinst_HEADERS = amixer.h -man_MANS = amixer.1 -EXTRA_DIST = amixer.1 |