1
0
Fork 0
flightgear/src/GUI/Makefile.am
curt aea253a85c Updated build system to remove DEFS += -DFOO type lines. This doesn't seem
to be supported in recent versions of autoconf.
1999-06-24 20:38:31 +00:00

8 lines
187 B
Makefile

noinst_LIBRARIES = libGUI.a
libGUI_a_SOURCES = gui.cxx gui.h
INCLUDES += -I$(top_builddir) \
-I$(top_builddir)/Lib \
-I$(top_builddir)/Lib/plib/include \
-I$(top_builddir)/Simulator