summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2008-11-21 05:24:08 +0000
committerTed Gould <ted@canonical.com>2008-11-21 05:24:08 +0000
commit44a3a78fb6a3863c0c7f3c1193837337e68a67e4 (patch)
tree1722ee5ec6f88c881cd4124923354b3c1311501b /src/Makefile.am
parentMerge from trunk (diff)
downloadinkscape-44a3a78fb6a3863c0c7f3c1193837337e68a67e4.tar.gz
inkscape-44a3a78fb6a3863c0c7f3c1193837337e68a67e4.zip
Merge from fe-moved
(bzr r6891)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 0726b7228..c6b58bce8 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -40,6 +40,7 @@ include extension/Makefile_insert
include extension/implementation/Makefile_insert
include extension/internal/Makefile_insert
include extension/script/Makefile_insert
+include filters/Makefile_insert
include helper/Makefile_insert
include inkjar/Makefile_insert
include io/Makefile_insert
@@ -87,6 +88,7 @@ noinst_LIBRARIES = \
extension/internal/libinternal.a \
extension/libextension.a \
extension/script/libscript.a \
+ filters/libfilters.a \
bind/libbind.a \
helper/libspchelp.a \
io/libio.a \
@@ -146,6 +148,7 @@ EXTRA_DIST = \
extension/internal/makefile.in \
extension/makefile.in \
extension/script/makefile.in \
+ filters/makefile.in \
helper/makefile.in \
inkjar/makefile.in \
io/makefile.in \