]> git.mxchange.org Git - flightgear.git/blobdiff - Slew/Makefile.am
Derived file "Makefile.in" removed from version control.
[flightgear.git] / Slew / Makefile.am
index de9221a5a3326e46985f80d641964387708fc71e..570ff85a99785b0230213d7ff1e48a5f69dce2ea 100644 (file)
@@ -1,7 +1,7 @@
 libdir = ${exec_prefix}/lib
 
 lib_LTLIBRARIES = libSlew.la
-libSlew_la_SOURCES = \
-       slew.c
 
-INCLUDES += -I../..
+libSlew_la_SOURCES = slew.c slew.h
+
+INCLUDES += -I$(top_builddir) -I$(top_builddir)/Simulator