Separate functions to calculate sunrise and sunset
[wakeup.git] / src / Makefile.am
1 bin_PROGRAMS = wakeup pwm curtain lightcontrol read_serial
2
3 wakeup_SOURCES = wakeup.cpp event.cpp
4 pwm_SOURCES = pwm.c
5 curtain_SOURCES = curtain.c
6 lightcontrol_SOURCES = lightcontrol.cpp logging.cpp
7
8 sunrise_SOURCES = sunrise.cpp
9 read_serial_SOURCES = read_serial.cpp
10
11 LDADD = -lTachyon -lACL