diff options
author | Gnapheus <solevita50@googlemail.com> | 2011-02-12 12:44:48 +0100 |
---|---|---|
committer | Gnapheus <solevita50@googlemail.com> | 2011-02-12 12:44:48 +0100 |
commit | 52e911224c3eeea74b4bc350a42466cddc04132e (patch) | |
tree | 4b07fd3b793ca24558973fb8762153c22fe00f7c | |
parent | 4438964a0f6e483ebb65e9c42372fa9511f3da1d (diff) | |
download | vdr-plugin-zappilot-52e911224c3eeea74b4bc350a42466cddc04132e.tar.gz vdr-plugin-zappilot-52e911224c3eeea74b4bc350a42466cddc04132e.tar.bz2 |
updated Makefile
-rw-r--r-- | Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -28,10 +28,8 @@ TMPDIR = /tmp ### Make sure that necessary options are included: - ### For backward compatibility vdr-1.6.0: - CFLAGS += -fPIC - CXXFLAGS += -fPIC - DEFINES += -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE +### For backward compatibility vdr-1.6.0: +CXXFLAGS += -fPIC -include $(VDRDIR)/Make.global |