]> git.mxchange.org Git - simgear.git/blob - simgear/bucket/Makefile.am
890ee96712575761b2024bb89b1eafe5ed14e897
[simgear.git] / simgear / bucket / Makefile.am
1 lib_LIBRARIES = libsgbucket.a
2
3 include_HEADERS = newbucket.hxx
4
5 libsgbucket_a_SOURCES = newbucket.cxx
6
7 # noinst_PROGRAMS = testbucket
8
9 # testbucket_SOURCES = testbucket.cxx
10
11 # testbucket_LDADD = \
12 #       $(top_builddir)/bucket/libsgbucket.a \
13 #       $(top_builddir)/misc/libsgmisc.a
14
15 INCLUDES += -I$(top_builddir)/src