]> 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 e628743858377ef34d74d3de3ee3408c590456a8..75f894c3ab936a426f3acb3b8869e1f317874be8 100644 (file)
@@ -1,5 +1,7 @@
 noinst_LIBRARIES = libGUI.a
 
+EXTRA_DIST = net_dlg.cxx net_dlg.hxx
+
 if ENABLE_NETWORK_OLK
 NETWORK_SRCS = net_dlg.cxx net_dlg.hxx 
 else
@@ -7,12 +9,14 @@ NETWORK_SRCS =
 endif
 
 libGUI_a_SOURCES = \
-       apt_dlg.cxx apt_dlg.hxx \
         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