aboutsummaryrefslogtreecommitdiffstats
path: root/USER/Makefile.PL
diff options
context:
space:
mode:
authorDaouda Lo <daouda@mandriva.com>2003-04-24 16:55:45 +0000
committerDaouda Lo <daouda@mandriva.com>2003-04-24 16:55:45 +0000
commitf96adfba0928c322de1d8a68c53e98d35de5f003 (patch)
tree754e29e4493d1edebe7260ce16cba16cabb66fa5 /USER/Makefile.PL
parent1bd6c86d82f4c50f6e1ff6742c0548db4f3ea737 (diff)
downloaduserdrake-f96adfba0928c322de1d8a68c53e98d35de5f003.tar
userdrake-f96adfba0928c322de1d8a68c53e98d35de5f003.tar.gz
userdrake-f96adfba0928c322de1d8a68c53e98d35de5f003.tar.bz2
userdrake-f96adfba0928c322de1d8a68c53e98d35de5f003.tar.xz
userdrake-f96adfba0928c322de1d8a68c53e98d35de5f003.zip
- libuser update
Diffstat (limited to 'USER/Makefile.PL')
-rw-r--r--USER/Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/USER/Makefile.PL b/USER/Makefile.PL
index 57bb152..ac19c4f 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' => ['-luser -lgmodule-2.0 -lglib-2.0 -lcrypt'], # e.g., '-lm'
+ 'LIBS' => ['-lgmodule-2.0 -lglib-2.0 -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',