]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/Makefile.am
Frederic Bouvier discovered a buffer overflow in the airport select dialog.
[flightgear.git] / src / GUI / Makefile.am
index 7d6d59b82a57e6a68f4501fbc47a9f5f1b557475..267f5414fc89850f60fe905bda127dde00e4b3c7 100644 (file)
@@ -1,11 +1,5 @@
 noinst_LIBRARIES = libGUI.a
 
-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 \
@@ -13,10 +7,11 @@ libGUI_a_SOURCES = \
        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
+       trackball.c trackball.h \
+       puList.cxx puList.hxx \
+       AirportList.cxx AirportList.hxx
 
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src