]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/Makefile.am
Sync with latest JSBSim CVS
[flightgear.git] / src / GUI / Makefile.am
index 927499f878b27a573f39ff8f24570d5aa5c25122..6dfeae80c40cb3d45c9c91893b6c48c72dde8112 100644 (file)
@@ -1,5 +1,18 @@
 noinst_LIBRARIES = libGUI.a
 
-libGUI_a_SOURCES = gui.cxx gui.h
+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 \
+       $(NETWORK_SRCS) \
+       sgVec3Slider.cxx sgVec3Slider.hxx \
+       trackball.c trackball.h
 
 INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src