Restructure: Move sound from common code to 'libsound'
This commit is contained in:
6
src/libsound/Makefile.am
Normal file
6
src/libsound/Makefile.am
Normal file
@@ -0,0 +1,6 @@
|
||||
AM_CPPFLAGS = -Wall -Wextra -g $(all_includes)
|
||||
|
||||
noinst_LIBRARIES = libsound.a
|
||||
|
||||
libsound_a_SOURCES = \
|
||||
sound_alsa.c
|
Reference in New Issue
Block a user