]> git.mxchange.org Git - flightgear.git/blob - src/GUI/Makefile.am
Integrated FGOptions with the property manager (by David Megginson)
[flightgear.git] / src / GUI / Makefile.am
1 noinst_LIBRARIES = libGUI.a
2
3 libGUI_a_SOURCES = \
4         apt_dlg.cxx apt_dlg.hxx \
5         gui.cxx gui.h \
6         gui_local.cxx gui_local.hxx \
7         mouse.cxx \
8         net_dlg.cxx net_dlg.hxx \
9         trackball.c trackball.h
10
11 INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src