summaryrefslogtreecommitdiffstats
path: root/src/live_effects
diff options
context:
space:
mode:
authorJoshua L. Blocher <verbalshadow@gmail.com>2008-06-24 06:32:23 +0000
committerverbalshadow <verbalshadow@users.sourceforge.net>2008-06-24 06:32:23 +0000
commitf53151e0184975e4331f5e981f57e32148379d74 (patch)
tree90c2086e058777c2b464844e14fa61bca3dfc91c /src/live_effects
parentdelivarotify, render with cairo; regression: cairo cannot do inverse (diff)
downloadinkscape-f53151e0184975e4331f5e981f57e32148379d74.tar.gz
inkscape-f53151e0184975e4331f5e981f57e32148379d74.zip
Cmake: remove header files from source lists
(bzr r6046)
Diffstat (limited to 'src/live_effects')
-rw-r--r--src/live_effects/CMakeLists.txt26
-rw-r--r--src/live_effects/parameter/CMakeLists.txt10
2 files changed, 0 insertions, 36 deletions
diff --git a/src/live_effects/CMakeLists.txt b/src/live_effects/CMakeLists.txt
index 8e8bfb7c6..38b652106 100644
--- a/src/live_effects/CMakeLists.txt
+++ b/src/live_effects/CMakeLists.txt
@@ -1,52 +1,26 @@
SET(live_effects_SRC
bezctx.cpp
-bezctx.h
-bezctx_intf.h
effect.cpp
-effect.h
lpe-bendpath.cpp
-lpe-bendpath.h
lpe-circle_with_radius.cpp
-lpe-circle_with_radius.h
lpe-constructgrid.cpp
-lpe-constructgrid.h
lpe-curvestitch.cpp
-lpe-curvestitch.h
lpe-envelope.cpp
lpe-gears.cpp
-lpe-gears.h
lpegroupbbox.cpp
-lpegroupbbox.h
lpe-knot.cpp
-lpe-knot.h
-lpe-lattice.h
lpe-lattice.cpp
lpe-mirror_reflect.cpp
-lpe-mirror_reflect.h
lpeobject.cpp
-lpeobject.h
lpeobject-reference.cpp
-lpeobject-reference.h
lpe-patternalongpath.cpp
-lpe-patternalongpath.h
lpe-perp_bisector.cpp
-lpe-perp_bisector.h
lpe-perspective_path.cpp
-lpe-perspective_path.h
lpe-skeleton.cpp
-lpe-skeleton.h
lpe-sketch.cpp
-lpe-sketch.h
lpe-spiro.cpp
-lpe-spiro.h
lpe-tangent_to_curve.cpp
-lpe-tangent_to_curve.h
lpe-test-doEffect-stack.cpp
-lpe-test-doEffect-stack.h
lpe-vonkoch.cpp
-lpe-vonkoch.h
spiro.cpp
-spiro.h
)
-
-
diff --git a/src/live_effects/parameter/CMakeLists.txt b/src/live_effects/parameter/CMakeLists.txt
index 4c429e586..9d00856b8 100644
--- a/src/live_effects/parameter/CMakeLists.txt
+++ b/src/live_effects/parameter/CMakeLists.txt
@@ -1,19 +1,9 @@
SET(live_effects_parameter_SRC
bool.cpp
-bool.h
-enum.h
-makefile.in
-Makefile_insert
parameter.cpp
-parameter.h
path.cpp
-path.h
path-reference.cpp
-path-reference.h
point.cpp
-point.h
pointparam-knotholder.cpp
-pointparam-knotholder.h
random.cpp
-random.h
)