summaryrefslogtreecommitdiff
path: root/gtk/genmarshal.pl
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@cs.umn.edu>1998-06-10 01:04:46 +0000
committerRaja R Harinath <harinath@src.gnome.org>1998-06-10 01:04:46 +0000
commitd292dd9b27d0755372871d51628e034ba9dcb939 (patch)
treec2a34aa57ee0834eb538b7441939c47356e768f6 /gtk/genmarshal.pl
parent5ab6b7e02047527eb6492dd97cdff3e97af43f6e (diff)
downloadgdk-pixbuf-d292dd9b27d0755372871d51628e034ba9dcb939.tar.gz
Pass $srcdir in environment to genmarshal.pl. Look for `gtkmarshal.list'
1998-06-09 Raja R Harinath <harinath@cs.umn.edu> * gtk/Makefile.am (gtkmarshal.c gtkmarshal.h): Pass $srcdir in environment to genmarshal.pl. * gtk/genmarshal.pl: Look for `gtkmarshal.list' in $srcdir.
Diffstat (limited to 'gtk/genmarshal.pl')
-rwxr-xr-xgtk/genmarshal.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/genmarshal.pl b/gtk/genmarshal.pl
index f1c76a986..7738ca053 100755
--- a/gtk/genmarshal.pl
+++ b/gtk/genmarshal.pl
@@ -13,7 +13,7 @@
"ARGS"=>"gpointer", "SIGNAL"=>"gpointer",
"C_CALLBACK"=>"gpointer");
-open(IL, "<gtkmarshal.list") || die("Open failed: $!");
+open(IL, "<".$ENV{'srcdir'}."/gtkmarshal.list") || die("Open failed: $!");
open(OH, ">gtkmarshal.h") || die("Open failed: $!");
open(OS, ">gtkmarshal.c") || die("Open failed: $!");