[gimp] pdb: don't scan headers that don't contain PDB-exported enums



commit f7d71e2edadf8292886b3872db396bacf26fb810
Author: Michael Natterer <mitch gimp org>
Date:   Tue Apr 29 21:08:34 2014 +0200

    pdb: don't scan headers that don't contain PDB-exported enums

 tools/pdbgen/Makefile.am |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/tools/pdbgen/Makefile.am b/tools/pdbgen/Makefile.am
index 195ded0..f9f78eb 100644
--- a/tools/pdbgen/Makefile.am
+++ b/tools/pdbgen/Makefile.am
@@ -73,10 +73,7 @@ EXTRA_DIST = \
 enum_headers = \
        ../../libgimpbase/gimpbaseenums.h       \
        ../../app/core/core-enums.h             \
-       ../../app/text/text-enums.h             \
-       ../../app/paint/paint-enums.h           \
-       ../../app/plug-in/plug-in-enums.h       \
-       ../../app/vectors/vectors-enums.h
+       ../../app/paint/paint-enums.h
 
 pdb_scripts = \
        pdbgen.pl       \


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