mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-13 03:25:42 +01:00
8 lines
158 B
Makefile
8 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
|