]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/Makefile.am
XML-configurable menu support from Erik Hofman.
[flightgear.git] / src / GUI / Makefile.am
index 6dfeae80c40cb3d45c9c91893b6c48c72dde8112..7140523c8bdeadcc14390b13a0ec536cef37f5d4 100644 (file)
@@ -8,11 +8,16 @@ endif
 
 libGUI_a_SOURCES = \
        apt_dlg.cxx apt_dlg.hxx \
-       gui.cxx gui.h \
+       gui.cxx gui.h gui_funcs.cxx \
        gui_local.cxx gui_local.hxx \
        mouse.cxx \
        $(NETWORK_SRCS) \
+       prop_picker.cxx prop_picker.hxx \
        sgVec3Slider.cxx sgVec3Slider.hxx \
        trackball.c trackball.h
 
+if OLD_AUTOMAKE
 INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
+else
+INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
+endif