]> git.mxchange.org Git - simgear.git/blob - simgear/structure/Makefile.am
OSG DatabasePager interface change in 2.5.1
[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         OSGVersion.hxx \
12         SGAtomic.hxx \
13         SGBinding.hxx \
14         SGExpression.hxx \
15         SGReferenced.hxx \
16         SGSharedPtr.hxx \
17         SGSmplhist.hxx \
18         SGSmplstat.hxx
19
20 libsgstructure_a_SOURCES = \
21         commands.cxx \
22         exception.cxx \
23         event_mgr.cxx\
24         subsystem_mgr.cxx \
25         SGAtomic.cxx \
26         SGBinding.cxx \
27         SGExpression.cxx \
28         SGSmplhist.cxx \
29         SGSmplstat.cxx
30
31 INCLUDES = -I$(top_srcdir)
32