aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index bd1e6877c..b755ec288 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -77,7 +77,8 @@ mpd_headers = \
ioops.h \
zeroconf.h \
locate.h \
- storedPlaylist.h
+ storedPlaylist.h \
+ timer.h
mpd_SOURCES = \
@@ -129,7 +130,8 @@ mpd_SOURCES = \
utf8.c \
zeroconf.c \
locate.c \
- storedPlaylist.c
+ storedPlaylist.c \
+ timer.c
mpd_CFLAGS = $(MPD_CFLAGS)