mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 09:05:42 +01:00
7 lines
158 B
Makefile
7 lines
158 B
Makefile
INCLUDES = -I$(top_srcdir)/include
|
|
LDADD = -lasound
|
|
EXTRA_DIST = README.aconnect
|
|
|
|
bin_PROGRAMS = aconnect
|
|
aconnect_SOURCES = aconnect.c
|
|
man_MANS = aconnect.1
|