]> git.mxchange.org Git - flightgear.git/blobdiff - Triangle/Makefile.in
Code reorganizations. Added a Lib/ directory for more general libraries.
[flightgear.git] / Triangle / Makefile.in
index eed70e754605c9f5877fffffd1eee2d2a45b82d8..e5a0a2ccf5dd1b63328c99186ae1f63628923a5b 100644 (file)
@@ -86,12 +86,12 @@ bin_PROGRAMS = triangle # showme
 
 triangle_SOURCES = triangle.c triangle.h
 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@