diff options
author | Felipe Barriga Richards <[email protected]> | 2016-11-07 12:18:26 -0300 |
---|---|---|
committer | Felipe Barriga Richards <[email protected]> | 2017-02-16 10:24:34 -0300 |
commit | 178994a7c466e8a29a77c64efcf3106028cb9cc8 (patch) | |
tree | 148ddd240867c7e8da2001589b110cf090891d49 /Makefile.am | |
parent | b2491be21eee610367d5aa6eb0942bed46b83cbe (diff) | |
download | caja-extensions-178994a7c466e8a29a77c64efcf3106028cb9cc8.tar.bz2 caja-extensions-178994a7c466e8a29a77c64efcf3106028cb9cc8.tar.xz |
Added xattr-tags 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 6ff345d..c6ed3ce 100644 --- a/Makefile.am +++ b/Makefile.am @@ -26,6 +26,10 @@ if ENABLE_WALLPAPER SUBDIRS += wallpaper endif +if ENABLE_XATTR_TAGS +SUBDIRS += xattr-tags +endif + EXTRA_DIST = \ autogen.sh \ intltool-extract.in \ |