summaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2010-08-26 20:36:53 +0200
committerNick Schermer <nick@xfce.org>2010-08-26 20:39:15 +0200
commit92a18cb13ba74a4ca8304a4a37a4af4a3afeef0a (patch)
tree42a8c43726985cf994375441b8b96b648f6b88f5 /engines
parent29458948356bd057887a32c52a9e7e416400a034 (diff)
downloadxfce4-session-92a18cb13ba74a4ca8304a4a37a4af4a3afeef0a.tar.gz
Move splash engines to $lidir/xfce4/session/splash-engines.
Now we have all the session library data in $lidir/xfce4/session, which is a lot nicer. I doubt there are custom engines out there, so I guess it's a safe move.
Diffstat (limited to 'engines')
-rw-r--r--engines/balou/Makefile.am2
-rw-r--r--engines/mice/Makefile.am2
-rw-r--r--engines/simple/Makefile.am2
3 files changed, 3 insertions, 3 deletions
diff --git a/engines/balou/Makefile.am b/engines/balou/Makefile.am
index 902ef4da..6b98998b 100644
--- a/engines/balou/Makefile.am
+++ b/engines/balou/Makefile.am
@@ -2,7 +2,7 @@ SUBDIRS = \
scripts \
themes
-baloudir = $(libdir)/xfce4/splash/engines
+baloudir = $(libdir)/xfce4/session/splash-engines
balou_LTLIBRARIES = libbalou.la
diff --git a/engines/mice/Makefile.am b/engines/mice/Makefile.am
index 9363ddb5..9fe4a2f8 100644
--- a/engines/mice/Makefile.am
+++ b/engines/mice/Makefile.am
@@ -1,4 +1,4 @@
-micedir = $(libdir)/xfce4/splash/engines
+micedir = $(libdir)/xfce4/session/splash-engines
mice_LTLIBRARIES = libmice.la
diff --git a/engines/simple/Makefile.am b/engines/simple/Makefile.am
index ca5d0f51..bdc8f488 100644
--- a/engines/simple/Makefile.am
+++ b/engines/simple/Makefile.am
@@ -1,4 +1,4 @@
-simpledir = $(libdir)/xfce4/splash/engines
+simpledir = $(libdir)/xfce4/session/splash-engines
simple_LTLIBRARIES = libsimple.la