aboutsummaryrefslogtreecommitdiffstats
path: root/USER
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2003-04-28 09:58:16 +0000
committerDaouda Lo <daouda@mandriva.com>2003-04-28 09:58:16 +0000
commit17ff601ca1f5c4bb874b7d2eed0cf8cf1c83b522 (patch)
tree8fda63101a04de7b4fa117f9e6c6272945d4e96e /USER
parent090edc0f76b694d299d9fd27509da83199914e31 (diff)
downloaduserdrake-17ff601ca1f5c4bb874b7d2eed0cf8cf1c83b522.tar
userdrake-17ff601ca1f5c4bb874b7d2eed0cf8cf1c83b522.tar.gz
userdrake-17ff601ca1f5c4bb874b7d2eed0cf8cf1c83b522.tar.bz2
userdrake-17ff601ca1f5c4bb874b7d2eed0cf8cf1c83b522.tar.xz
userdrake-17ff601ca1f5c4bb874b7d2eed0cf8cf1c83b522.zip
- updates libs
Diffstat (limited to 'USER')
-rw-r--r--USER/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
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',