]> 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 8cb594c554d5e825daee4440bb157674795e9721..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
@@ -8,6 +10,7 @@ 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 \