7 lines
153 B
Makefile
7 lines
153 B
Makefile
noinst_LIBRARIES = libSound.a
|
|
|
|
libSound_a_SOURCES = \
|
|
morse.cxx morse.hxx \
|
|
soundmgr.cxx soundmgr.hxx
|
|
|
|
INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
|