X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Fbucket%2FMakefile.am;h=d1f7b692c9fcfbd1d19f8381fd9a121820bf7c5d;hb=1ae0f9c19d52de2f0b0fa213bf9c01730212f70d;hp=494d25507eab54c9aa6ddd3a57f7a05be77810da;hpb=5173d709e090b953eaf800cbcd1bf897de332a12;p=simgear.git diff --git a/simgear/bucket/Makefile.am b/simgear/bucket/Makefile.am index 494d2550..d1f7b692 100644 --- a/simgear/bucket/Makefile.am +++ b/simgear/bucket/Makefile.am @@ -1,3 +1,5 @@ +includedir = @includedir@/bucket + lib_LIBRARIES = libsgbucket.a include_HEADERS = newbucket.hxx @@ -9,7 +11,7 @@ libsgbucket_a_SOURCES = newbucket.cxx # testbucket_SOURCES = testbucket.cxx # testbucket_LDADD = \ -# $(top_builddir)/bucket/libsgbucket.a \ +# libsgbucket.a \ # $(top_builddir)/misc/libsgmisc.a -INCLUDES += -I$(top_builddir) +INCLUDES = -I$(top_srcdir)