]> 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         SGAtomic.hxx \
12         SGReferenced.hxx \
13         SGSharedPtr.hxx
14
15 libsgstructure_a_SOURCES = \
16         commands.cxx \
17         exception.cxx \
18         event_mgr.cxx\
19         subsystem_mgr.cxx \
20         SGAtomic.cxx
21
22 INCLUDES = -I$(top_srcdir)
23