summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2012-11-02 00:40:02 +0100
committerKay Sievers <kay@vrfy.org>2012-11-02 00:44:23 +0100
commitb7f1542c8be4f02b2c3673f0e08a0749c6e145b5 (patch)
treea1f4c596fe156d439b9deb7cae0f8a13cf82f9a2 /Makefile.am
parent465b1686ec0ce3d68dfc17955b400ff67286feec (diff)
shared: add timer_get_dst()
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1c040479c0..9a054ae935 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -801,7 +801,9 @@ libsystemd_shared_la_SOURCES = \
src/shared/spawn-polkit-agent.c \
src/shared/spawn-polkit-agent.h \
src/shared/hwclock.c \
- src/shared/hwclock.h
+ src/shared/hwclock.h \
+ src/shared/time-dst.c \
+ src/shared/time-dst.h
#-------------------------------------------------------------------------------
noinst_LTLIBRARIES += \