]> git.mxchange.org Git - flightgear.git/blobdiff - Time/Makefile.in
Code reorganizations. Added a Lib/ directory for more general libraries.
[flightgear.git] / Time / Makefile.in
index f18430d38f1c59f20def1134efbb4b429b3e41d5..4813d0513cba70af3c7a5786c78351f0b93f73be 100644 (file)
@@ -73,18 +73,19 @@ VERSION = @VERSION@
 libdir = ${exec_prefix}/lib
 
 lib_LTLIBRARIES = libTime.la
+
 libTime_la_SOURCES = \
-       event.c \
-       fg_time.c \
-       fg_timer.c \
-       sunpos.c
+       event.c event.h \
+       fg_time.c fg_time.h \
+       fg_timer.c fg_timer.h \
+       sunpos.c sunpos.h
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = ../../Simulator/Include/config.h
+CONFIG_HEADER = ../../Include/config.h
 CONFIG_CLEAN_FILES = 
 LTLIBRARIES =  $(lib_LTLIBRARIES)
 
 
-DEFS = @DEFS@ -I. -I$(srcdir) -I../../Simulator/Include
+DEFS = @DEFS@ -I. -I$(srcdir) -I../../Include
 CPPFLAGS = @CPPFLAGS@
 LDFLAGS = @LDFLAGS@
 LIBS = @LIBS@
@@ -316,7 +317,7 @@ installdirs mostlyclean-generic distclean-generic clean-generic \
 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
 
-INCLUDES += -I..
+INCLUDES += -I$(top_builddir) -I$(top_builddir)/Simulator
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.