mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-25 06:59:54 -05:00
First version of configuration helpers
This commit is contained in:
parent
24b11896d0
commit
c709eb8140
7 changed files with 932 additions and 3 deletions
8
src/conf/Makefile.am
Normal file
8
src/conf/Makefile.am
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
EXTRA_LTLIBRARIES = libconf.la
|
||||
|
||||
libconf_la_SOURCES = conf.c
|
||||
|
||||
all: libconf.la
|
||||
|
||||
|
||||
INCLUDES=-I$(top_srcdir)/include
|
||||
Loading…
Add table
Add a link
Reference in a new issue