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