6 lines
121 B
Text
6 lines
121 B
Text
|
noinst_LIBRARIES = libInput.a
|
||
|
|
||
|
libInput_a_SOURCES = input.cxx input.hxx
|
||
|
|
||
|
INCLUDES += -I$(top_srcdir) -I$(top_srcdir)/src
|