]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/Makefile.am
The code to find the highest hit below you didn't work quite right when
[flightgear.git] / src / GUI / Makefile.am
index 2d780faec626215098caa011ac4f26a85c6c0287..44bb278f2ea857b11cb96b6aa6d05234934f4285 100644 (file)
@@ -1,18 +1,12 @@
 noinst_LIBRARIES = libGUI.a
 
-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 \
         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 \