diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2010-02-28 20:42:08 +0200 |
---|---|---|
committer | Ville Skyttä <ville.skytta@iki.fi> | 2010-02-28 20:42:08 +0200 |
commit | f9acab524924cc50a2b8da1a71f891bb87b89bfa (patch) | |
tree | aec91ad59e53e394f823a26e93259d5dfda56293 /Makefile | |
parent | d7ad90d94ed2a12d7600d6b80478dca03e102ca5 (diff) | |
download | vdr-plugin-text2skin-f9acab524924cc50a2b8da1a71f891bb87b89bfa.tar.gz vdr-plugin-text2skin-f9acab524924cc50a2b8da1a71f891bb87b89bfa.tar.bz2 |
Makefile adjustments for VDR 1.7.13.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -39,6 +39,10 @@ VDRDIR = ../../.. LIBDIR = ../../lib TMPDIR = /tmp +### Make sure that necessary options are included (VDR >= 1.7.13): + +-include $(VDRDIR)/Make.global + ### Allow user defined options to overwrite defaults: -include $(VDRDIR)/Make.config |