diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-07-15 14:58:15 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-07-15 14:58:15 +0000 |
commit | e4fb0c6d7fbe0fc8f8659f0d39510aad4dc95999 (patch) | |
tree | 4b2d6c4b02fdfb534e1eaa2ffb44426cb0fc148b /perl-install/c | |
parent | 39b51c96e54f880be2d2fb909f44118a6c209d7c (diff) | |
download | drakx-e4fb0c6d7fbe0fc8f8659f0d39510aad4dc95999.tar drakx-e4fb0c6d7fbe0fc8f8659f0d39510aad4dc95999.tar.gz drakx-e4fb0c6d7fbe0fc8f8659f0d39510aad4dc95999.tar.bz2 drakx-e4fb0c6d7fbe0fc8f8659f0d39510aad4dc95999.tar.xz drakx-e4fb0c6d7fbe0fc8f8659f0d39510aad4dc95999.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/c')
-rw-r--r-- | perl-install/c/Makefile.PL | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/c/Makefile.PL b/perl-install/c/Makefile.PL index 0562ec1a3..f9d2309f8 100644 --- a/perl-install/c/Makefile.PL +++ b/perl-install/c/Makefile.PL @@ -5,7 +5,6 @@ WriteMakefile( 'NAME' => 'c', 'VERSION_FROM' => 'c.pm', # finds $VERSION 'LIBS' => ['-lrpm -ldb1 -lz -L/usr/X11R6/lib -lX11 -lgdk'], # e.g., '-lm' -# 'OBJECT' => 'c.o librpm.a', 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' 'INC' => '-Wall `gtk-config --cflags`', # e.g., '-I/usr/include/other' ); |