]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/Makefile.am
Don't scale elevator by 0.5.
[flightgear.git] / src / GUI / Makefile.am
index 927499f878b27a573f39ff8f24570d5aa5c25122..75f894c3ab936a426f3acb3b8869e1f317874be8 100644 (file)
@@ -1,5 +1,24 @@
 noinst_LIBRARIES = libGUI.a
 
-libGUI_a_SOURCES = gui.cxx gui.h
+EXTRA_DIST = net_dlg.cxx net_dlg.hxx
 
-INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
+if ENABLE_NETWORK_OLK
+NETWORK_SRCS = net_dlg.cxx net_dlg.hxx 
+else
+NETWORK_SRCS = 
+endif
+
+libGUI_a_SOURCES = \
+        new_gui.cxx new_gui.hxx \
+        dialog.cxx dialog.hxx \
+       menubar.cxx menubar.hxx \
+       gui.cxx gui.h gui_funcs.cxx \
+       gui_local.cxx gui_local.hxx \
+       mouse.cxx \
+       $(NETWORK_SRCS) \
+       preset_dlg.cxx preset_dlg.hxx \
+       prop_picker.cxx prop_picker.hxx \
+       sgVec3Slider.cxx sgVec3Slider.hxx \
+       trackball.c trackball.h
+
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src