mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-31 22:25:34 -04:00
Updated to use GNU autoconf/automake.
This commit is contained in:
parent
1a7c2fedf5
commit
a8d15e1b99
6 changed files with 60 additions and 42 deletions
11
seq/sbiload/Makefile.am
Normal file
11
seq/sbiload/Makefile.am
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# # 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue