From 4e6a8773f10e6cba30ed50e2b45fa6515939ac2b Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Sat, 23 Oct 1999 16:52:34 +0000 Subject: no_comment --- perl-install/c/Makefile.PL | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/c/Makefile.PL') diff --git a/perl-install/c/Makefile.PL b/perl-install/c/Makefile.PL index 647d5bcc0..a8d6df7b8 100644 --- a/perl-install/c/Makefile.PL +++ b/perl-install/c/Makefile.PL @@ -10,6 +10,7 @@ WriteMakefile( 'NAME' => 'stuff', 'OPTIMIZE' => '-Os', 'MAKEFILE' => 'Makefile_c', + 'OBJECT' => 'stuff.o smp.o', 'VERSION_FROM' => 'stuff.pm', # finds $VERSION 'LIBS' => [$libs], # e.g., '-lm' 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' -- cgit v1.2.1