]> git.mxchange.org Git - simgear.git/blob - simgear/bucket/Makefile.am
cb5a899550350d269bbb9ade956cedde6dc7ad8b
[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_srcdir)/bucket/libsgbucket.a \
15 #       $(top_srcdir)/misc/libsgmisc.a
16
17 INCLUDES += -I$(top_srcdir)