summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2014-11-03 10:18:22 +0100
committerStefano Karapetsas <[email protected]>2014-11-03 10:18:22 +0100
commita4fa7f2644ec54eb624878d42a92b737403ec583 (patch)
tree0cfdebf3a8d2aca3e59a8164d0c1b30a702271a0 /Makefile.am
parentb1611e2ef6d54c86053d6009e89119d3b40fb2fe (diff)
downloadcaja-extensions-a4fa7f2644ec54eb624878d42a92b737403ec583.tar.bz2
caja-extensions-a4fa7f2644ec54eb624878d42a92b737403ec583.tar.xz
Add 'Set as wallpaper' extension
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 9b61e79..71beaf1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,6 +25,10 @@ if ENABLE_SHARE
SUBDIRS += share
endif
+if ENABLE_WALLPAPER
+SUBDIRS += wallpaper
+endif
+
EXTRA_DIST = \
autogen.sh \
intltool-extract.in \