From 28d142f1596cfa9e4dd6b63509205d528394c779 Mon Sep 17 00:00:00 2001 From: Nicholas Bishop Date: Sat, 14 Jul 2007 20:55:43 +0000 Subject: Filter effects: * As coded by Johan Engelen, made the filter-effect-enums code more generic; the data and conversion classes are now in src/util, filter-specific data is in filter-enums.h * Improved filter_add_primitive so that default values are filled in appropriately to prevent errors or possible crashes (bzr r3241) --- src/Makefile_insert | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile_insert') diff --git a/src/Makefile_insert b/src/Makefile_insert index 989b0cb1d..1371039c1 100644 --- a/src/Makefile_insert +++ b/src/Makefile_insert @@ -75,6 +75,7 @@ libinkpre_a_SOURCES = \ extract-uri.cpp extract-uri.h \ file.cpp file.h \ filter-chemistry.cpp filter-chemistry.h \ + filter-enums.cpp filter-enums.h \ flood-context.cpp flood-context.h \ fontsize-expansion.cpp fontsize-expansion.h \ forward.h \ @@ -288,6 +289,7 @@ libinkpost_a_SOURCES = \ ege-select-one-action.h \ fill-or-stroke.h \ filter-chemistry.cpp filter-chemistry.h \ + filter-enums.cpp filter-enums.h \ fixes.cpp \ gc-alloc.h \ gc-anchored.h gc-anchored.cpp \ -- cgit v1.2.3