summaryrefslogtreecommitdiff
path: root/PLUGINS/epgdata/Makefile
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2017-03-20 18:02:17 +0100
committerhorchi <vdr@jwendel.de>2017-03-20 18:02:17 +0100
commit42b9898a8a4a07a3134dadce5d24618a0c402fd1 (patch)
tree6b3837b836873c8bda454778975fe2461bc006fe /PLUGINS/epgdata/Makefile
parent9065c5cfb63a92a08c44fe249b53b6a8cb003eab (diff)
downloadvdr-epg-daemon-42b9898a8a4a07a3134dadce5d24618a0c402fd1.tar.gz
vdr-epg-daemon-42b9898a8a4a07a3134dadce5d24618a0c402fd1.tar.bz2
2017-03-20: version 1.1.113 (horchi)\n -added: Add validity check of the API key for https://www.themoviedb.org (by 3po)\n - change: Removed compiler warnings when using clang\n - added: Added clang++ to Make.config (as optional compiler)\n\n
Diffstat (limited to 'PLUGINS/epgdata/Makefile')
-rw-r--r--PLUGINS/epgdata/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/PLUGINS/epgdata/Makefile b/PLUGINS/epgdata/Makefile
index 837c3c1..b10f051 100644
--- a/PLUGINS/epgdata/Makefile
+++ b/PLUGINS/epgdata/Makefile
@@ -19,7 +19,7 @@ CFLAGS += -I$(EPGD_SRC)
all: $(SOFILE)
$(SOFILE): $(OBJS)
- $(CC) $(CFLAGS) -shared $(OBJS) $(LIBS) -o $@
+ $(CC) -shared $(OBJS) $(LIBS) -o $@
install: $(SOFILE) install-config
install -D $(SOFILE) $(_PLGDEST)/