X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Tri2obj%2FMakefile.am;h=0bf71d497d686f3ebef360fec37097a2621adcba;hb=db45671ad3b6ec7f9f1438c8649b674c62769306;hp=13bece4605d87f89c132441046afb07ec84bed64;hpb=2c866a0b5cda9013f4198d8267cf8192daee08b1;p=flightgear.git diff --git a/Tri2obj/Makefile.am b/Tri2obj/Makefile.am index 13bece460..0bf71d497 100644 --- a/Tri2obj/Makefile.am +++ b/Tri2obj/Makefile.am @@ -26,21 +26,20 @@ bin_PROGRAMS = tri2obj -tri2obj_SOURCES = \ - tri2obj.c tri2obj.h \ - MAT3vec.c \ - fg_geodesy.c fg_geodesy.h \ - mat3.h \ - polar.c polar.h +tri2obj_SOURCES = tri2obj.c tri2obj.h tri2obj_LDADD = \ - $(top_builddir)/Lib/Bucket/libBucket.la + $(top_builddir)/Lib/Bucket/libBucket.la \ + $(top_builddir)/Lib/Math/libMath.la INCLUDES += -I$(top_builddir) -I$(top_builddir)/Lib #--------------------------------------------------------------------------- # $Log$ +# Revision 1.3 1998/04/18 04:01:29 curt +# Now use libMath rather than having local copies of math routines. +# # Revision 1.2 1998/04/14 02:26:09 curt # Code reorganizations. Added a Lib/ directory for more general libraries. #