diff options
| author | mjwybrow <mjwybrow@users.sourceforge.net> | 2008-05-16 20:40:11 +0000 |
|---|---|---|
| committer | mjwybrow <mjwybrow@users.sourceforge.net> | 2008-05-16 20:40:11 +0000 |
| commit | ed80f1ff8bf041a2fc19ef8ccd7d9bb28f2270ab (patch) | |
| tree | 9472bc9446c719ca8ed6e89d6a80021ff40ce1d5 | |
| parent | Adding extension Effects->Render->3D Polyhedron by inductiveload - see LP #23... (diff) | |
| download | inkscape-ed80f1ff8bf041a2fc19ef8ccd7d9bb28f2270ab.tar.gz inkscape-ed80f1ff8bf041a2fc19ef8ccd7d9bb28f2270ab.zip | |
* src/Makefile.am: Add missing IMAGEMAGICK_INCLUDES.
(bzr r5678)
| -rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 7c820933f..36cf51696 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -18,6 +18,7 @@ INCLUDES = \ $(FREETYPE_CFLAGS) \ $(GNOME_PRINT_CFLAGS) \ $(GNOME_VFS_CFLAGS) \ + $(IMAGEMAGICK_CFLAGS) \ $(INKBOARD_CFLAGS) \ $(LIBWPG_CFLAGS) \ $(XFT_CFLAGS) \ |
