21 lines
304 B
Makefile
21 lines
304 B
Makefile
includedir = @includedir@/structure
|
|
|
|
lib_LIBRARIES = libsgstructure.a
|
|
|
|
include_HEADERS = \
|
|
callback.hxx \
|
|
commands.hxx \
|
|
exception.hxx \
|
|
event_mgr.hxx \
|
|
subsystem_mgr.hxx
|
|
|
|
libsgstructure_a_SOURCES = \
|
|
commands.cxx \
|
|
exception.cxx \
|
|
event_mgr.cxx\
|
|
subsystem_mgr.cxx
|
|
|
|
|
|
INCLUDES = -I$(top_srcdir)
|
|
|