]> 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 b0a375f338ecb4b5a69d24fe03f74af383e77617..850dce46a609c6d643238d9800e68a698afe66b5 100644 (file)
@@ -1,8 +1,23 @@
 noinst_LIBRARIES = libGUI.a
 
-libGUI_a_SOURCES = gui.cxx gui.h
+if ENABLE_NETWORK_OLK
+NETWORK_SRCS = net_dlg.cxx net_dlg.hxx 
+else
+NETWORK_SRCS = 
+endif
 
-INCLUDES += -I$(top_builddir) \
-       -I$(top_builddir)/Lib \
-       -I$(top_builddir)/Lib/plib/include \
-       -I$(top_builddir)/Simulator
+libGUI_a_SOURCES = \
+       apt_dlg.cxx apt_dlg.hxx \
+       gui.cxx gui.h \
+       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