aboutsummaryrefslogtreecommitdiffstats
path: root/USER
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2003-04-23 16:05:30 +0000
committerDaouda Lo <daouda@mandriva.com>2003-04-23 16:05:30 +0000
commitf15781b8c0213f0fb2ebbcfad0b1eb422c4c0074 (patch)
tree9346869b10bafc4148c5917a86ce51c9edcca23c /USER
parentde04d282baea43eb5ed0fb545c37c5772a97c8d8 (diff)
downloaduserdrake-f15781b8c0213f0fb2ebbcfad0b1eb422c4c0074.tar
userdrake-f15781b8c0213f0fb2ebbcfad0b1eb422c4c0074.tar.gz
userdrake-f15781b8c0213f0fb2ebbcfad0b1eb422c4c0074.tar.bz2
userdrake-f15781b8c0213f0fb2ebbcfad0b1eb422c4c0074.tar.xz
userdrake-f15781b8c0213f0fb2ebbcfad0b1eb422c4c0074.zip
- s/libuser/luser/
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 fd29950..57bb152 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' => ['-llibuser -lgmodule-2.0 -lglib-2.0 -lcrypt'], # e.g., '-lm'
+ 'LIBS' => ['-luser -lgmodule-2.0 -lglib-2.0 -lcrypt'], # 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',