aboutsummaryrefslogtreecommitdiff
path: root/amixer/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'amixer/Makefile.am')
-rw-r--r--amixer/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/amixer/Makefile.am b/amixer/Makefile.am
new file mode 100644
index 0000000..fcd0e81
--- /dev/null
+++ b/amixer/Makefile.am
@@ -0,0 +1,10 @@
+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