X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=FixObj%2FMakefile.in;h=21f91603d7b8b29faf017ab8d638710a1c5e249c;hb=cd7233754fa98f5b507aead5e100374df0a29ac8;hp=6c2a3683ec0aee611159a4d1e90692819bdab5be;hpb=8deb5c5804d7b4a09ffb727d050b63212636427d;p=flightgear.git diff --git a/FixObj/Makefile.in b/FixObj/Makefile.in index 6c2a3683e..21f91603d 100644 --- a/FixObj/Makefile.in +++ b/FixObj/Makefile.in @@ -102,12 +102,12 @@ fixobj_SOURCES = main.c mat3.h obj.c obj.h MAT3vec.c fixobj_LDADD = mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = ../../Simulator/Include/config.h +CONFIG_HEADER = ../../Include/config.h CONFIG_CLEAN_FILES = PROGRAMS = $(bin_PROGRAMS) -DEFS = @DEFS@ -I. -I$(srcdir) -I../../Simulator/Include +DEFS = @DEFS@ -I. -I$(srcdir) -I../../Include CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ @@ -339,11 +339,14 @@ clean-generic maintainer-clean-generic clean mostlyclean distclean \ maintainer-clean -INCLUDES += -I../../Simulator +INCLUDES += -I$(top_builddir) #--------------------------------------------------------------------------- # $Log$ -# Revision 1.1 1998/04/08 23:19:36 curt +# Revision 1.2 1998/04/14 02:26:05 curt +# Code reorganizations. Added a Lib/ directory for more general libraries. +# +# Revision 1.1 1998/04/08 23:19:35 curt # Adopted Gnu automake/autoconf system. # # Revision 1.2 1998/01/21 02:55:53 curt