From 2d2e6dd6277d2abcca1e2c9c27c905fc5528653d Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Tue, 2 Sep 2008 21:27:22 +0000 Subject: [PATCH] Use a Make variable that is actually used... --- src/cap5/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/cap5/Makefile b/src/cap5/Makefile index 6622444be..316e83000 100644 --- a/src/cap5/Makefile +++ b/src/cap5/Makefile @@ -26,9 +26,10 @@ PERL_SCRIPTS += camonitor.pl PERL_MODULES += CA.pm -LOADABLE_LIBRARY_HOST_default = Cap5 -LOADABLE_LIBRARY_HOST_WIN32 = -nil- +ifeq ($(findstring win32,$(T_A)),) # Doesn't build on WIN32 yet... +LOADABLE_LIBRARY_HOST = Cap5 +endif Cap5_SRCS = Cap5.xs Cap5_LIBS = ca Com