X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Tri2obj%2FMakefile.am;h=13bece4605d87f89c132441046afb07ec84bed64;hb=cd7233754fa98f5b507aead5e100374df0a29ac8;hp=4b3cba1f173d88c72cd15c7dfce70e6c27bf53a9;hpb=8deb5c5804d7b4a09ffb727d050b63212636427d;p=flightgear.git diff --git a/Tri2obj/Makefile.am b/Tri2obj/Makefile.am index 4b3cba1f1..13bece460 100644 --- a/Tri2obj/Makefile.am +++ b/Tri2obj/Makefile.am @@ -34,13 +34,16 @@ tri2obj_SOURCES = \ polar.c polar.h tri2obj_LDADD = \ - $(top_builddir)/Simulator/Scenery/Bucket/libBucket.la + $(top_builddir)/Lib/Bucket/libBucket.la -INCLUDES += -I../../Simulator +INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib #--------------------------------------------------------------------------- # $Log$ +# Revision 1.2 1998/04/14 02:26:09 curt +# Code reorganizations. Added a Lib/ directory for more general libraries. +# # Revision 1.1 1998/04/08 23:22:13 curt # Adopted Gnu automake/autoconf system. #