summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorUlrich Eckhardt <uli@uli-eckhardt.de>2018-05-27 16:04:17 +0200
committerUlrich Eckhardt <uli@uli-eckhardt.de>2018-05-27 16:04:17 +0200
commitee182db644001cf1f1325bf7f858dce1e056b4a9 (patch)
treebc45ad46abf4e90dddb5316c56775928ae70528e /Makefile
parent73144cec5a92ab7cee0f1de729b1e38ec11d9605 (diff)
downloadvdr-plugin-radio-ee182db644001cf1f1325bf7f858dce1e056b4a9.tar.gz
vdr-plugin-radio-ee182db644001cf1f1325bf7f858dce1e056b4a9.tar.bz2
Split radio.c
Move classes in file radio.c into separate files.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b291818..814960f 100644
--- a/Makefile
+++ b/Makefile
@@ -61,7 +61,8 @@ DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' \
### The object files (add further files here):
OBJS = $(PLUGIN).o radioaudio.o radioskin.o radiotools.o radioepg.o inforx.o \
- radiotextosd.o rtplusosd.o rtpluslist.o rdsreceiver.o radioimage.o
+ radiotextosd.o rtplusosd.o rtpluslist.o rdsreceiver.o radioimage.o \
+ menusetupradio.o radiocheck.o
### The main target: