diff options
author | Stefano Karapetsas <[email protected]> | 2012-09-03 15:46:10 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-09-03 15:46:10 +0200 |
commit | 060faa2203f81c7fd1ce719d4a5dcaff7813dadf (patch) | |
tree | 9efe3501ce41cb0699d853a98ccaf2ca6cdff6d1 /Makefile.am | |
parent | f2ce79172dea2db12a1d85f441990e8b56cae225 (diff) | |
download | mate-desktop-060faa2203f81c7fd1ce719d4a5dcaff7813dadf.tar.bz2 mate-desktop-060faa2203f81c7fd1ce719d4a5dcaff7813dadf.tar.xz |
migrate to gsettings
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 7395e0e..217eb8a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,8 +1,9 @@ -SUBDIRS = \ - po \ - libmate-desktop \ - docs \ - man +SUBDIRS = \ + po \ + libmate-desktop \ + docs \ + man \ + schemas if MATE_ABOUT_ENABLED SUBDIRS += mate-about |