diff options
author | Stefano Karapetsas <[email protected]> | 2013-04-22 00:40:34 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-04-22 00:40:34 +0200 |
commit | fac200fcbf01d397e031c8a9067c437a6a19c7d5 (patch) | |
tree | a2659b541be46ad66218ab46cd3ae066be42771c /Makefile.am | |
parent | 28d93721274e56e7a488df73f9b926da39945013 (diff) | |
download | mate-desktop-fac200fcbf01d397e031c8a9067c437a6a19c7d5.tar.bz2 mate-desktop-fac200fcbf01d397e031c8a9067c437a6a19c7d5.tar.xz |
mate-conf-import: Add makefile and desktop file
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c0d5b64..3283061 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,6 +6,9 @@ endif if DESKTOP_DOCS_ENABLED SUBDIRS += desktop-docs endif +if MATE_CONF_IMPORT_ENABLED +SUBDIRS += mate-conf +endif ACLOCAL_AMFLAGS = -I m4 |