diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-03 21:35:46 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-03 21:35:46 +0000 |
commit | 512ed2c60137bf5efe184fac8212569a880c1933 (patch) | |
tree | 4c8c93fede780b1f844bb7e7db60c99ef00df7e6 /pages/Makefile | |
parent | ce685cb78146f57afb4210d84c404cd11aeeccf3 (diff) | |
download | vdr-plugin-live-512ed2c60137bf5efe184fac8212569a880c1933.tar.gz vdr-plugin-live-512ed2c60137bf5efe184fac8212569a880c1933.tar.bz2 |
Update
Diffstat (limited to 'pages/Makefile')
-rw-r--r-- | pages/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/Makefile b/pages/Makefile index bc6a6d8..3a08054 100644 --- a/pages/Makefile +++ b/pages/Makefile @@ -14,7 +14,7 @@ VDRDIR ?= ../../../.. ### The object files (add further files here): -OBJS = menu.o event_widget.o channels.o schedule.o whats_on_now.o whats_on_next.o +OBJS = menu.o event_widget.o channels.o schedule.o whats_on_now.o whats_on_next.o timers.o ### Default rules: |