9 lines
179 B
Makefile
9 lines
179 B
Makefile
noinst_LIBRARIES = libCockpit.a
|
|
|
|
libCockpit_a_SOURCES = \
|
|
panel.cxx panel.hxx \
|
|
panel_io.cxx panel_io.hxx
|
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|
|
|
|
SUBDIRS = built_in
|