diff options
author | Daouda Lo <daouda@mandriva.com> | 2003-04-23 16:05:30 +0000 |
---|---|---|
committer | Daouda Lo <daouda@mandriva.com> | 2003-04-23 16:05:30 +0000 |
commit | f15781b8c0213f0fb2ebbcfad0b1eb422c4c0074 (patch) | |
tree | 9346869b10bafc4148c5917a86ce51c9edcca23c /USER/Makefile.PL | |
parent | de04d282baea43eb5ed0fb545c37c5772a97c8d8 (diff) | |
download | userdrake-f15781b8c0213f0fb2ebbcfad0b1eb422c4c0074.tar userdrake-f15781b8c0213f0fb2ebbcfad0b1eb422c4c0074.tar.gz userdrake-f15781b8c0213f0fb2ebbcfad0b1eb422c4c0074.tar.bz2 userdrake-f15781b8c0213f0fb2ebbcfad0b1eb422c4c0074.tar.xz userdrake-f15781b8c0213f0fb2ebbcfad0b1eb422c4c0074.zip |
- s/libuser/luser/
Diffstat (limited to 'USER/Makefile.PL')
-rw-r--r-- | USER/Makefile.PL | 2 |
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', |