]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/Makefile.am
Patch from Andy Ross to sort properties in browser.
[flightgear.git] / src / GUI / Makefile.am
index 6dfeae80c40cb3d45c9c91893b6c48c72dde8112..850dce46a609c6d643238d9800e68a698afe66b5 100644 (file)
@@ -12,7 +12,12 @@ libGUI_a_SOURCES = \
        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