diff options
Diffstat (limited to 'libsi/Makefile')
-rw-r--r-- | libsi/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libsi/Makefile b/libsi/Makefile index 2d8713b3..fdc630d2 100644 --- a/libsi/Makefile +++ b/libsi/Makefile @@ -1,7 +1,7 @@ # # Makefile for a libsi # -# $Id: Makefile 1.3 2004/10/16 13:31:50 kls Exp $ +# $Id: Makefile 1.4 2005/05/05 11:01:46 kls Exp $ ### The C++ compiler and options: @@ -11,6 +11,8 @@ AR = ar ARFLAGS = ru RANLIB = ranlib +-include ../Make.config + ### The directory environment: INCLUDES += |