diff options
author | Perberos <[email protected]> | 2011-11-04 22:16:15 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-04 22:16:15 -0300 |
commit | fff4ecc82f2bcfa7427596e7ad9c3769fcab040b (patch) | |
tree | ac4f1812a7991609c9c32c776daede2d8492f7b5 /data/images/Makefile.am | |
download | mate-screensaver-fff4ecc82f2bcfa7427596e7ad9c3769fcab040b.tar.bz2 mate-screensaver-fff4ecc82f2bcfa7427596e7ad9c3769fcab040b.tar.xz |
first commit
Diffstat (limited to 'data/images/Makefile.am')
-rw-r--r-- | data/images/Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/data/images/Makefile.am b/data/images/Makefile.am new file mode 100644 index 0000000..e23dc87 --- /dev/null +++ b/data/images/Makefile.am @@ -0,0 +1,14 @@ +NULL = + +SUBDIRS = \ + cosmos \ + $(NULL) + +imagedir = $(datadir)/pixmaps +image_DATA = \ + mate-logo-white.svg \ + $(NULL) + +EXTRA_DIST = \ + $(image_DATA) \ + $(NULL) |