]> git.mxchange.org Git - simgear.git/blob - simgear/structure/Makefile.am
Modified Files:
[simgear.git] / simgear / structure / Makefile.am
1 includedir = @includedir@/structure
2
3 lib_LIBRARIES = libsgstructure.a
4
5 include_HEADERS = \
6         callback.hxx \
7         commands.hxx \
8         exception.hxx \
9         event_mgr.hxx \
10         subsystem_mgr.hxx \
11         SGReferenced.hxx \
12         SGSharedPtr.hxx
13
14 libsgstructure_a_SOURCES = \
15         commands.cxx \
16         exception.cxx \
17         event_mgr.cxx\
18         subsystem_mgr.cxx
19
20
21 INCLUDES = -I$(top_srcdir)
22