mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-03-15 05:33:48 -04:00
12 lines
209 B
Text
12 lines
209 B
Text
|
|
# # Process this file with automake to produce Makefile.in.
|
||
|
|
AUTOMAKE_OPTIONS = 1.3 foreign
|
||
|
|
|
||
|
|
CFLAGS = -Wall -g
|
||
|
|
|
||
|
|
bin_PROGRAMS = cspctl
|
||
|
|
man_MANS = cspctl.1
|
||
|
|
|
||
|
|
cspctl_SOURCES = cspctl.c
|
||
|
|
|
||
|
|
EXTRA_DIST = README COPYING
|