mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-01 22:58:48 -04:00
12 lines
214 B
Text
12 lines
214 B
Text
|
|
# # Process this file with automake to produce Makefile.in.
|
||
|
|
AUTOMAKE_OPTIONS = 1.3 foreign
|
||
|
|
|
||
|
|
CFLAGS = -Wall -g
|
||
|
|
|
||
|
|
bin_PROGRAMS = sbiload
|
||
|
|
#man_MANS = sbiload.1
|
||
|
|
|
||
|
|
sbiload_SOURCES = sbiload.c
|
||
|
|
|
||
|
|
EXTRA_DIST = README COPYING
|