10 lines
231 B
Makefile
10 lines
231 B
Makefile
noinst_LIBRARIES = libSound.a
|
|
|
|
libSound_a_SOURCES = \
|
|
beacon.cxx beacon.hxx \
|
|
fg_fx.cxx fg_fx.hxx \
|
|
morse.cxx morse.hxx \
|
|
voice.cxx voice.hxx \
|
|
sample_queue.cxx sample_queue.hxx
|
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|