1
0
Fork 0
flightgear/src/ATC/Makefile.am
Durk Talsma f9a5f921a4 Merge branch 'next' into durk-atc
Resolving merge conflicts indicated below.
Conflicts:
	src/ATC/CMakeLists.txt
	src/ATC/Makefile.am
	src/Main/fg_init.cxx
2011-06-01 20:46:34 +02:00

9 lines
235 B
Makefile

noinst_LIBRARIES = libATC.a
libATC_a_SOURCES = \
atcdialog.cxx atcdialog.hxx \
atc_mgr.cxx atc_mgr.hxx \
CommStation.cxx CommStation.hxx \
trafficcontrol.cxx trafficcontrol.hxx
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src