47fd8a8a2a
This reverts commit 50eb95dcad
.
8 lines
171 B
Makefile
8 lines
171 B
Makefile
noinst_LIBRARIES = libTime.a
|
|
|
|
libTime_a_SOURCES = \
|
|
light.cxx light.hxx \
|
|
sunsolver.cxx sunsolver.hxx \
|
|
tmp.cxx tmp.hxx
|
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/src
|