summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCharlie Brej <cbrej@cs.man.ac.uk>2009-06-12 18:04:25 +0100
committerRay Strode <rstrode@redhat.com>2009-07-24 09:30:05 -0400
commit5ea8be95ab9eb64b9fd7b2d01f523cde2fc22476 (patch)
tree5caec79c9589d613331803c3210fd9bf0d38e717 /configure.ac
parentfc2d96de67e986e538b02f574ae6981964a038c7 (diff)
Initial scripted plugin support
This is an initial support for the scripted plugin. There are _many_ FIXMEs and the whole code is reather unstable. The formatting is completely incorrect and will be changed soon. There are scripts which are converted using a perl to an C embeddable string.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index bcd7d7b0..f7353401 100644
--- a/configure.ac
+++ b/configure.ac
@@ -207,6 +207,7 @@ AC_OUTPUT([Makefile
src/plugins/splash/details/Makefile
src/plugins/splash/space-flares/Makefile
src/plugins/splash/two-step/Makefile
+ src/plugins/splash/script/Makefile
src/plugins/controls/Makefile
src/plugins/controls/label/Makefile
src/Makefile
@@ -222,6 +223,7 @@ AC_OUTPUT([Makefile
themes/details/Makefile
themes/solar/Makefile
themes/glow/Makefile
+ themes/script/Makefile
images/Makefile
scripts/Makefile
])