]> 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 22ec44d2fe61a8240c2bc209676dfe2e9563aba8..267f5414fc89850f60fe905bda127dde00e4b3c7 100644 (file)
@@ -1,11 +1,17 @@
 noinst_LIBRARIES = libGUI.a
 
 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 \
-       net_dlg.cxx net_dlg.hxx \
-       trackball.c trackball.h
+       preset_dlg.cxx preset_dlg.hxx \
+       prop_picker.cxx prop_picker.hxx \
+       sgVec3Slider.cxx sgVec3Slider.hxx \
+       trackball.c trackball.h \
+       puList.cxx puList.hxx \
+       AirportList.cxx AirportList.hxx
 
-INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src