11 lines
186 B
Makefile
11 lines
186 B
Makefile
libdir = ${exec_prefix}/lib
|
|
|
|
lib_LTLIBRARIES = libTime.la
|
|
|
|
libTime_la_SOURCES = \
|
|
event.c event.h \
|
|
fg_time.c fg_time.h \
|
|
fg_timer.c fg_timer.h \
|
|
sunpos.c sunpos.h
|
|
|
|
INCLUDES += -I..
|