5 lines
111 B
Makefile
5 lines
111 B
Makefile
noinst_LIBRARIES = libGUI.a
|
|
|
|
libGUI_a_SOURCES = gui.cxx gui.h
|
|
|
|
INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
|