[gtkmm] tools/gen_scripts: Fix erroneous search paths



commit 90ecbb1bf93dbf1f4d50e3afbc584ca8a2579a1a
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Fri Oct 6 18:28:04 2017 +0200

    tools/gen_scripts: Fix erroneous search paths
    
    * tools/gen_scripts/gtk_generate_enums.sh:
    * tools/gen_scripts/gtk_generate_methods.sh: Fix the search path to the
    gtk+/build/gtk directory.

 tools/gen_scripts/gtk_generate_enums.sh   |    2 +-
 tools/gen_scripts/gtk_generate_methods.sh |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/tools/gen_scripts/gtk_generate_enums.sh b/tools/gen_scripts/gtk_generate_enums.sh
index 4984638..152fe07 100755
--- a/tools/gen_scripts/gtk_generate_enums.sh
+++ b/tools/gen_scripts/gtk_generate_enums.sh
@@ -18,4 +18,4 @@ shopt -s nullglob # Skip a filename pattern that matches no file
 ENUM_PL="$JHBUILD_SOURCES/glibmm/tools/enum.pl"
 # Process files whose names end with .h, but not with private.h.
 $ENUM_PL "$PREFIX"/gtk/!(*private).h "$PREFIX"/gtk/deprecated/!(*private).h \
-         "$PREFIX"/gtk/build/gtk/*.h > "$OUT_DIR"/gtk_enums.defs
+         "$PREFIX"/build/gtk/*.h > "$OUT_DIR"/gtk_enums.defs
diff --git a/tools/gen_scripts/gtk_generate_methods.sh b/tools/gen_scripts/gtk_generate_methods.sh
index 28de3c6..6dbde9d 100755
--- a/tools/gen_scripts/gtk_generate_methods.sh
+++ b/tools/gen_scripts/gtk_generate_methods.sh
@@ -18,4 +18,4 @@ shopt -s nullglob # Skip a filename pattern that matches no file
 H2DEF_PY="$JHBUILD_SOURCES/glibmm/tools/defs_gen/h2def.py"
 # Process files whose names end with .h, but not with private.h.
 $H2DEF_PY "$PREFIX"/gtk/!(*private).h "$PREFIX"/gtk/deprecated/!(*private).h \
-          "$PREFIX"/gtk/build/gtk/*.h > "$OUT_DIR"/gtk_methods.defs
+          "$PREFIX"/build/gtk/*.h > "$OUT_DIR"/gtk_methods.defs


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]