]> git.mxchange.org Git - flightgear.git/blobdiff - src/ATC/Makefile.am
Merge branch 'master' of git://gitorious.org/fg/flightgear into next
[flightgear.git] / src / ATC / Makefile.am
index 7ec05a3ad61bf39395754732650e0a59a43d20e1..8748cef1e7fac019c3f64950b083c8831188eefe 100644 (file)
@@ -1,7 +1,8 @@
 noinst_LIBRARIES = libATC.a
 
 libATC_a_SOURCES = \
-       atis.cxx atis.hxx atislist.hxx atislist.cxx \
-       ATCdisplay.hxx ATCdisplay.cxx
+       atcutils.cxx atcutils.hxx \
+       atis.cxx atis.hxx \
+       trafficcontrol.cxx trafficcontrol.hxx 
 
-INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src