diff options
Diffstat (limited to 'pages/Makefile')
-rw-r--r-- | pages/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pages/Makefile b/pages/Makefile index bebbd6f..805c556 100644 --- a/pages/Makefile +++ b/pages/Makefile @@ -15,11 +15,11 @@ VDRDIR ?= ../../../.. ### The object files (add further files here): -OBJS = menu.o channels.o recordings.o schedule.o \ - screenshot.o timers.o whats_on.o switch_channel.o \ - keypress.o remote.o channels_widget.o edit_timer.o \ - error.o pageelems.o tooltip.o play_recording.o \ - searchtimers.o +OBJS = menu.o channels.o recordings.o schedule.o \ + screenshot.o timers.o whats_on.o switch_channel.o \ + keypress.o remote.o channels_widget.o edit_timer.o \ + error.o pageelems.o tooltip.o play_recording.o \ + searchtimers.o infobox.o ### Default rules: |