aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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',