]> git.mxchange.org Git - flightgear.git/blob - src/MultiPlayer/Makefile.am
Add a lower-bound type navaid lookup, and the ability to specify navaid type in the...
[flightgear.git] / src / MultiPlayer / Makefile.am
1 noinst_LIBRARIES = libMultiPlayer.a
2
3 libMultiPlayer_a_SOURCES = multiplaymgr.cxx multiplaymgr.hxx  mpplayer.cxx mpplayer.hxx mpmessages.hxx tiny_xdr.cxx tiny_xdr.hxx
4
5 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
6
7