]> 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 143216f7844961a195f18855add8415255120231..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,13 +9,16 @@ NETWORK_SRCS =
 endif
 
 libGUI_a_SOURCES = \
-       apt_dlg.cxx apt_dlg.hxx \
-       gui.cxx gui.h \
+        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
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src