mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 00:25:43 +01:00
6 lines
152 B
Makefile
6 lines
152 B
Makefile
INCLUDES = -I$(top_srcdir)/include
|
|
EXTRA_DIST = README.aconnect aconnect.1
|
|
|
|
bin_PROGRAMS = aconnect
|
|
aconnect_SOURCES = aconnect.c
|
|
man_MANS = aconnect.1
|