diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2010-02-28 20:27:09 +0200 |
---|---|---|
committer | Christian Gmeiner <christian.gmeiner@gmail.com> | 2010-04-10 17:43:28 +0000 |
commit | 4aa4b7405df0598a892bd71b8d95324ec9543b8f (patch) | |
tree | f0f4a41b409f1cfed6527b1bef438ee061acd580 | |
parent | 44228422b7c2d3af84272db42b92a164ab564a1e (diff) | |
download | vdr-plugin-dxr3-4aa4b7405df0598a892bd71b8d95324ec9543b8f.tar.gz vdr-plugin-dxr3-4aa4b7405df0598a892bd71b8d95324ec9543b8f.tar.bz2 |
Makefile adjustments for VDR 1.7.13.
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -42,6 +42,10 @@ ALSA_LIBS = $(shell pkg-config --libs alsa) # if em8300 headers were installed properly. EM8300_INC = +### 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 |