]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/Makefile.am
Erik Hofman:
[flightgear.git] / src / GUI / Makefile.am
index 850dce46a609c6d643238d9800e68a698afe66b5..ad177f0b296718165879342b157e6d6488450945 100644 (file)
@@ -8,7 +8,7 @@ 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) \
@@ -16,8 +16,4 @@ libGUI_a_SOURCES = \
        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