]> git.mxchange.org Git - simgear.git/blob - simgear/structure/Makefile.am
Merge branch 'master' of git://gitorious.org/fg/simgear into fredb/winbuild
[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         intern.hxx \
11         subsystem_mgr.hxx \
12         OSGUtils.hxx \
13         OSGVersion.hxx \
14         SGAtomic.hxx \
15         SGBinding.hxx \
16         SGExpression.hxx \
17         SGReferenced.hxx \
18         SGSharedPtr.hxx \
19         SGSmplhist.hxx \
20         SGSmplstat.hxx \
21         SGWeakPtr.hxx \
22         SGWeakReferenced.hxx \
23         Singleton.hxx \
24         StringTable.hxx
25
26 libsgstructure_a_SOURCES = \
27         commands.cxx \
28         exception.cxx \
29         event_mgr.cxx\
30         intern.hxx \
31         subsystem_mgr.cxx \
32         SGAtomic.cxx \
33         SGBinding.cxx \
34         SGExpression.cxx \
35         SGSmplhist.cxx \
36         SGSmplstat.cxx \
37         StringTable.cxx
38
39 INCLUDES = -I$(top_srcdir)
40