diff options
| author | Nicholas Bishop <nicholasbishop@gmail.com> | 2007-07-14 20:55:43 +0000 |
|---|---|---|
| committer | nicholasbishop <nicholasbishop@users.sourceforge.net> | 2007-07-14 20:55:43 +0000 |
| commit | 28d142f1596cfa9e4dd6b63509205d528394c779 (patch) | |
| tree | f0285a821f510a0193ff2c78bd5e6627e3c2f075 /src/Makefile_insert | |
| parent | Move check for unlinked paths of 3D box faces to the correct location (diff) | |
| download | inkscape-28d142f1596cfa9e4dd6b63509205d528394c779.tar.gz inkscape-28d142f1596cfa9e4dd6b63509205d528394c779.zip | |
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)
Diffstat (limited to 'src/Makefile_insert')
| -rw-r--r-- | src/Makefile_insert | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |
