diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-03-05 11:34:30 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-03-05 11:34:30 +0000 |
commit | 412a7bf3e38263fba4c8828693466756634829d5 (patch) | |
tree | e27e801adfa01e6d9995b2cfe078e4b3fb98d3d0 /perl-install/c | |
parent | af5226b8b458b582ce2d2cf0c11e39941b3e7b4e (diff) | |
download | drakx-412a7bf3e38263fba4c8828693466756634829d5.tar drakx-412a7bf3e38263fba4c8828693466756634829d5.tar.gz drakx-412a7bf3e38263fba4c8828693466756634829d5.tar.bz2 drakx-412a7bf3e38263fba4c8828693466756634829d5.tar.xz drakx-412a7bf3e38263fba4c8828693466756634829d5.zip |
compile fix
Diffstat (limited to 'perl-install/c')
-rw-r--r-- | perl-install/c/Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/c/Makefile.PL b/perl-install/c/Makefile.PL index 5a54af70b..080a755e0 100644 --- a/perl-install/c/Makefile.PL +++ b/perl-install/c/Makefile.PL @@ -14,5 +14,5 @@ WriteMakefile( 'VERSION_FROM' => 'stuff.pm', # finds $VERSION 'LIBS' => [$libs], # e.g., '-lm' 'DEFINE' => '', # e.g., '-DHAVE_SOMETHING' - 'INC' => '-I/usr/include/rpm `gtk-config --cflags`', # e.g., '-I/usr/include/other' + 'INC' => '-I/usr/include/rpm `gtk-config --cflags` `glib-config --cflags`', # e.g., '-I/usr/include/other' ); |