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

12 lines
239 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
libGUI_a_SOURCES = \
apt_dlg.cxx apt_dlg.hxx \
gui.cxx gui.h \
gui_local.cxx gui_local.hxx \
mouse.cxx \
net_dlg.cxx net_dlg.hxx \
trackball.c trackball.h
1998-06-12 01:07:06 +00:00
INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src