From 17ff601ca1f5c4bb874b7d2eed0cf8cf1c83b522 Mon Sep 17 00:00:00 2001 From: Daouda Lo Date: Mon, 28 Apr 2003 09:58:16 +0000 Subject: - updates libs --- USER/Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'USER') diff --git a/USER/Makefile.PL b/USER/Makefile.PL index ac19c4f..d1a1497 100644 --- a/USER/Makefile.PL +++ b/USER/Makefile.PL @@ -7,7 +7,7 @@ WriteMakefile( # 'OPTIMIZE' => '-O3 -fomit-frame-pointer -fno-exceptions -fno-rtti -pipe -s -ffast-math -fexpensive-optimizations', 'VERSION_FROM' => 'USER.pm', 'OBJECT' => 'USER.o', # link all the C files too - 'LIBS' => ['-lgmodule-2.0 -lglib-2.0 -lcrypt -luser'], # e.g., '-lm' + 'LIBS' => ['-lgmodule-2.0 -lglib-2.0 -lgobject-2.0 -libpam_misc -libpam -lcrypt -luser'], # e.g., '-lm' 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' 'INC' => '-I/usr/include/libuser -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include', # e.g., '-I. -I/usr/include/other' 'XSPROTOARG' => '-noprototypes', -- cgit v1.2.1