]> git.mxchange.org Git - flightgear.git/blobdiff - src/Objects/Makefile.am
Added interface to ATC xponder hardware.
[flightgear.git] / src / Objects / Makefile.am
index 57ccc7ae7dfc804f83193e6e285b031a8d49ab08..692c345f23345ed3fbd73df963822e10a9b460d6 100644 (file)
@@ -1,9 +1,15 @@
 noinst_LIBRARIES = libObjects.a
 
 libObjects_a_SOURCES = \
+       apt_signs.cxx apt_signs.hxx \
+       dir_lights.cxx dir_lights.hxx \
        newmat.cxx newmat.hxx \
        matlib.cxx matlib.hxx \
        obj.cxx obj.hxx \
        texload.c texload.h colours.h
 
+if OLD_AUTOMAKE
 INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
+else
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
+endif