]> git.mxchange.org Git - simgear.git/blob - simgear/bucket/Makefile.am
Use plib rad/degrees conversion constants.
[simgear.git] / simgear / bucket / Makefile.am
1 includedir = @includedir@/bucket
2
3 lib_LIBRARIES = libsgbucket.a
4
5 include_HEADERS = newbucket.hxx
6
7 libsgbucket_a_SOURCES = newbucket.cxx
8
9 # noinst_PROGRAMS = testbucket
10
11 # testbucket_SOURCES = testbucket.cxx
12
13 # testbucket_LDADD = \
14 #       $(top_builddir)/bucket/libsgbucket.a \
15 #       $(top_builddir)/misc/libsgmisc.a
16
17 INCLUDES += -I$(top_srcdir)