]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/Makefile.am
Sync with latest JSBSim CVS
[flightgear.git] / src / GUI / Makefile.am
index 7165a56543c1c97183bcc9b3bca9eba155a104db..6dfeae80c40cb3d45c9c91893b6c48c72dde8112 100644 (file)
@@ -1,11 +1,17 @@
 noinst_LIBRARIES = libGUI.a
 
+if ENABLE_NETWORK_OLK
+NETWORK_SRCS = net_dlg.cxx net_dlg.hxx 
+else
+NETWORK_SRCS = 
+endif
+
 libGUI_a_SOURCES = \
        apt_dlg.cxx apt_dlg.hxx \
        gui.cxx gui.h \
        gui_local.cxx gui_local.hxx \
        mouse.cxx \
-       net_dlg.cxx net_dlg.hxx \
+       $(NETWORK_SRCS) \
        sgVec3Slider.cxx sgVec3Slider.hxx \
        trackball.c trackball.h