From 6c176e0e7bf4538645c90414173e4bd7d10aa8c7 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 7 Nov 2010 13:32:09 +0100 Subject: Added an include of VDR's 'Make.global' to libsi's Makefile --- libsi/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libsi/Makefile') diff --git a/libsi/Makefile b/libsi/Makefile index cfc889b8..37be2f60 100644 --- a/libsi/Makefile +++ b/libsi/Makefile @@ -1,7 +1,7 @@ # # Makefile for a libsi # -# $Id: Makefile 1.6 2006/05/26 10:40:19 kls Exp $ +# $Id: Makefile 2.1 2010/11/07 13:31:05 kls Exp $ ### The C++ compiler and options: @@ -11,6 +11,7 @@ AR = ar ARFLAGS = ru RANLIB = ranlib +include ../Make.global -include ../Make.config ### The directory environment: -- cgit v1.2.3