]> 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 927499f878b27a573f39ff8f24570d5aa5c25122..267f5414fc89850f60fe905bda127dde00e4b3c7 100644 (file)
@@ -1,5 +1,17 @@
 noinst_LIBRARIES = libGUI.a
 
-libGUI_a_SOURCES = gui.cxx gui.h
+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 \
+       mouse.cxx \
+       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