aboutsummaryrefslogtreecommitdiffstats
path: root/src/libsound/Makefile.am
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2017-11-17 12:16:39 +0100
committerAndreas Eversberg <jolly@eversberg.eu>2017-11-25 19:28:36 +0100
commit45a5568f7032b11953d6ac4321970d5780eaf613 (patch)
tree9675d5b8a0a5c3bc958bbbbb9017563ebf026e15 /src/libsound/Makefile.am
parent0e3e4d92308e9da7a7f5eaeedb995259cd1ce021 (diff)
Restructure: Move sound from common code to 'libsound'
Diffstat (limited to 'src/libsound/Makefile.am')
-rw-r--r--src/libsound/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/libsound/Makefile.am b/src/libsound/Makefile.am
new file mode 100644
index 0000000..ffa876f
--- /dev/null
+++ b/src/libsound/Makefile.am
@@ -0,0 +1,6 @@
+AM_CPPFLAGS = -Wall -Wextra -g $(all_includes)
+
+noinst_LIBRARIES = libsound.a
+
+libsound_a_SOURCES = \
+ sound_alsa.c