6 lines
231 B
Makefile
6 lines
231 B
Makefile
noinst_LIBRARIES = libScripting.a
|
|
|
|
libScripting_a_SOURCES = NasalSys.cxx NasalSys.hxx nasal-props.cxx
|
|
# libScripting_a_SOURCES = scriptmgr.cxx scriptmgr.hxx NasalSys.cxx NasalSys.hxx
|
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|