aea253a85c
to be supported in recent versions of autoconf.
8 lines
187 B
Makefile
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
|