diff options
author | Pascal Rigaux <pixel@mandriva.com> | 1999-07-08 17:52:56 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 1999-07-08 17:52:56 +0000 |
commit | c8b361905dedbe2961b4e3c1670d5028eec12807 (patch) | |
tree | abfaeba4d6da0e98be76fd48ba2f4a4e8ad73f04 /perl-install/c/Makefile.PL | |
parent | 755e511024f29df150d9d150d19c849e59c1e216 (diff) | |
download | drakx-c8b361905dedbe2961b4e3c1670d5028eec12807.tar drakx-c8b361905dedbe2961b4e3c1670d5028eec12807.tar.gz drakx-c8b361905dedbe2961b4e3c1670d5028eec12807.tar.bz2 drakx-c8b361905dedbe2961b4e3c1670d5028eec12807.tar.xz drakx-c8b361905dedbe2961b4e3c1670d5028eec12807.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/c/Makefile.PL')
-rw-r--r-- | perl-install/c/Makefile.PL | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/c/Makefile.PL b/perl-install/c/Makefile.PL index 355087a52..0562ec1a3 100644 --- a/perl-install/c/Makefile.PL +++ b/perl-install/c/Makefile.PL @@ -4,8 +4,8 @@ use ExtUtils::MakeMaker; WriteMakefile( 'NAME' => 'c', 'VERSION_FROM' => 'c.pm', # finds $VERSION - 'LIBS' => ['-lrpm -ldb1 -lz'], # e.g., '-lm' + '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', # e.g., '-I/usr/include/other' + 'INC' => '-Wall `gtk-config --cflags`', # e.g., '-I/usr/include/other' ); |