diff options
author | raveit65 <[email protected]> | 2013-08-25 14:33:24 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2013-08-25 14:33:24 +0200 |
commit | d809587d4ddb13ef818eab053a67b03dd36fd560 (patch) | |
tree | 600ec9febeba115221044ee5429b69512ac86ddc | |
parent | 6a43e7fa95cd15992af13988349f33d4fbaeda38 (diff) | |
download | mate-icon-theme-d809587d4ddb13ef818eab053a67b03dd36fd560.tar.bz2 mate-icon-theme-d809587d4ddb13ef818eab053a67b03dd36fd560.tar.xz |
Mate: add make file
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | mate/Makefile.am | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index f167d42..45621b9 100644 --- a/configure.ac +++ b/configure.ac @@ -62,6 +62,7 @@ mate-icon-theme.pc po/Makefile.in src/Makefile menta/Makefile +mate/Makefile mate/scalable/Makefile ]) diff --git a/mate/Makefile.am b/mate/Makefile.am new file mode 100644 index 0000000..adbbb69 --- /dev/null +++ b/mate/Makefile.am @@ -0,0 +1,6 @@ + +themedir = $(datadir)/icons/mate + +SUBDIRS = scalable + +DIST_SUBDIRS = scalable |