2001-03-05 22:54:20 +00:00
|
|
|
noinst_LIBRARIES = libSound.a
|
|
|
|
|
|
|
|
libSound_a_SOURCES = \
|
2001-03-28 07:12:11 +00:00
|
|
|
beacon.cxx beacon.hxx \
|
2001-10-28 16:27:16 +00:00
|
|
|
fg_fx.cxx fg_fx.hxx \
|
2003-05-09 18:44:33 +00:00
|
|
|
morse.cxx morse.hxx
|
2001-03-05 22:54:20 +00:00
|
|
|
|
2001-12-28 22:29:59 +00:00
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|