]> git.mxchange.org Git - flightgear.git/blob - src/MultiPlayer/Makefile.am
Better cross platform compatibility.
[flightgear.git] / src / MultiPlayer / Makefile.am
1 noinst_PROGRAMS = swap_test
2
3 swap_test_SOURCES = swap_test.cpp
4
5 noinst_LIBRARIES = libMultiPlayer.a
6
7 libMultiPlayer_a_SOURCES = multiplayrxmgr.cxx multiplayrxmgr.hxx multiplaytxmgr.cxx multiplaytxmgr.hxx mpplayer.cxx mpplayer.hxx mpmessages.hxx tiny_xdr.cpp tiny_xdr.hpp
8
9 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
10
11