diff options
author | Stefano Karapetsas <[email protected]> | 2014-11-03 10:18:22 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-11-03 10:18:22 +0100 |
commit | a4fa7f2644ec54eb624878d42a92b737403ec583 (patch) | |
tree | 0cfdebf3a8d2aca3e59a8164d0c1b30a702271a0 /Makefile.am | |
parent | b1611e2ef6d54c86053d6009e89119d3b40fb2fe (diff) | |
download | caja-extensions-a4fa7f2644ec54eb624878d42a92b737403ec583.tar.bz2 caja-extensions-a4fa7f2644ec54eb624878d42a92b737403ec583.tar.xz |
Add 'Set as wallpaper' extension
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
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 \ |