mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-02 09:01:48 -05:00
Add missing header files
Added missing header files to Makefile.am.
This commit is contained in:
parent
1ffda4d664
commit
19ac270f1e
2 changed files with 3 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ EXTRA_LTLIBRARIES=libmixer.la
|
|||
|
||||
libmixer_la_SOURCES = bag.c mixer.c simple.c simple_none.c simple_abst.c
|
||||
|
||||
noinst_HEADERS = mixer_local.h
|
||||
noinst_HEADERS = mixer_local.h mixer_simple.h
|
||||
|
||||
all: libmixer.la
|
||||
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@ pkglib_LTLIBRARIES = smixer-sbase.la \
|
|||
smixer-ac97.la \
|
||||
smixer-hda.la
|
||||
|
||||
noinst_HEADERS = sbase.h
|
||||
|
||||
smixer_sbase_la_SOURCES = sbase.c
|
||||
smixer_sbase_la_LDFLAGS = -module -avoid-version
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue