]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/Makefile.am
don't initialize iterator twice
[flightgear.git] / src / GUI / Makefile.am
index e6979c0b7830a731bb779e818408da0b02959986..c6304fe7ba7d3ed4a7f827c8a4f1781eb403009f 100644 (file)
@@ -7,13 +7,12 @@ libGUI_a_SOURCES = \
        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 \
+       mouse.cxx fonts.cxx \
        sgVec3Slider.cxx sgVec3Slider.hxx \
        trackball.c trackball.h \
        puList.cxx puList.hxx \
        AirportList.cxx AirportList.hxx \
+        property_list.cxx property_list.hxx \
         layout.cxx layout-props.cxx layout.hxx
 
 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
@@ -22,4 +21,4 @@ layout_test_SOURCES = layout-test.cxx
 
 layout_test_LDADD = libGUI.a \
                     -lsgprops -lsgdebug -lsgstructure -lsgmisc -lsgxml \
-                    -lplibpw -lplibpu -lplibfnt -lplibul $(opengl_LIBS)
\ No newline at end of file
+                    -lplibpw -lplibpu -lplibfnt -lplibul $(opengl_LIBS)