1
0
Fork 0
flightgear/src/GUI/Makefile.am

19 lines
358 B
Text
Raw Normal View History

1998-06-12 14:27:25 +00:00
noinst_LIBRARIES = libGUI.a
1998-06-12 01:07:06 +00:00
2001-08-14 22:18:19 +00:00
if ENABLE_NETWORK_OLK
NETWORK_SRCS = net_dlg.cxx net_dlg.hxx
else
NETWORK_SRCS =
endif
libGUI_a_SOURCES = \
apt_dlg.cxx apt_dlg.hxx \
gui.cxx gui.h \
gui_local.cxx gui_local.hxx \
mouse.cxx \
2001-08-14 22:18:19 +00:00
$(NETWORK_SRCS) \
sgVec3Slider.cxx sgVec3Slider.hxx \
trackball.c trackball.h
1998-06-12 01:07:06 +00:00
INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src