Restructure: Move sound from common code to 'libsound'

This commit is contained in:
Andreas Eversberg
2017-11-17 12:16:39 +01:00
parent 0e3e4d9230
commit 45a5568f70
18 changed files with 26 additions and 7 deletions

6
src/libsound/Makefile.am Normal file
View File

@@ -0,0 +1,6 @@
AM_CPPFLAGS = -Wall -Wextra -g $(all_includes)
noinst_LIBRARIES = libsound.a
libsound_a_SOURCES = \
sound_alsa.c