8 lines
152 B
Text
8 lines
152 B
Text
|
SUBDIRS = Vacuum
|
||
|
|
||
|
noinst_LIBRARIES = libSystems.a
|
||
|
|
||
|
libSystems_a_SOURCES = system_mgr.cxx system_mgr.hxx
|
||
|
|
||
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|