Files
simgear/simgear/structure/Makefile.am
T
frohlich 2ea2f1b4f2 Modified Files:
Makefile.am commands.cxx commands.hxx
Added Files:
	SGBinding.cxx SGBinding.hxx: Move FGBinding to SGBinding
2007-01-04 12:47:12 +00:00

26 lines
408 B
Makefile

includedir = @includedir@/structure
lib_LIBRARIES = libsgstructure.a
include_HEADERS = \
callback.hxx \
commands.hxx \
exception.hxx \
event_mgr.hxx \
subsystem_mgr.hxx \
SGAtomic.hxx \
SGBinding.hxx \
SGReferenced.hxx \
SGSharedPtr.hxx
libsgstructure_a_SOURCES = \
commands.cxx \
exception.cxx \
event_mgr.cxx\
subsystem_mgr.cxx \
SGAtomic.cxx \
SGBinding.cxx
INCLUDES = -I$(top_srcdir)