summaryrefslogtreecommitdiffstats
path: root/perl-install/c/Makefile.PL
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>1999-07-08 17:52:56 +0000
committerPascal Rigaux <pixel@mandriva.com>1999-07-08 17:52:56 +0000
commitc8b361905dedbe2961b4e3c1670d5028eec12807 (patch)
treeabfaeba4d6da0e98be76fd48ba2f4a4e8ad73f04 /perl-install/c/Makefile.PL
parent755e511024f29df150d9d150d19c849e59c1e216 (diff)
downloaddrakx-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.PL4
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'
);