mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-31 22:25:34 -04:00
Convert hda-verb to use automake
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
f8d648a84b
commit
2996581ce2
4 changed files with 32 additions and 15 deletions
7
hda-verb/configure.ac
Normal file
7
hda-verb/configure.ac
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
AC_INIT(hda-verb.c)
|
||||
AM_INIT_AUTOMAKE(hda-verb, 0.4)
|
||||
AC_PROG_CC
|
||||
AC_PROG_INSTALL
|
||||
AC_HEADER_STDC
|
||||
|
||||
AC_OUTPUT(Makefile)
|
||||
Loading…
Add table
Add a link
Reference in a new issue