diff options
author | erfan kheyrollahi <[email protected]> | 2017-08-03 22:04:10 +0430 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-08-05 14:32:02 +0200 |
commit | 0eea197fcca0f097c52d013c01a94391fd8990c0 (patch) | |
tree | 32f2ca5b280abd688e709924e28cfc61c46e84fb /geyes/themes/Makefile.am | |
parent | 57b120b23a657a228e935f5c807b1530ad4b8ba0 (diff) | |
download | mate-applets-0eea197fcca0f097c52d013c01a94391fd8990c0.tar.bz2 mate-applets-0eea197fcca0f097c52d013c01a94391fd8990c0.tar.xz |
add new digital theme
Diffstat (limited to 'geyes/themes/Makefile.am')
-rw-r--r-- | geyes/themes/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/geyes/themes/Makefile.am b/geyes/themes/Makefile.am index ba24a44c..b6508a55 100644 --- a/geyes/themes/Makefile.am +++ b/geyes/themes/Makefile.am @@ -30,12 +30,18 @@ Horrid_DATA = Horrid/config \ Horrid/horrid_eye.png \ Horrid/horrid_pupil.png +Digitaldir = $(pkgdatadir)/geyes/Digital +Digital_DATA = Digital/config \ + Digital/Digital-eye.png \ + Digital/Digital-pupil.png + EXTRA_DIST = \ $(Default_DATA) \ $(Default_tiny_DATA) \ $(Bizarre_DATA) \ $(Bloodshot_DATA) \ $(Horrid_DATA) \ + $(Digital_DATA) \ $(Tango_DATA) -include $(top_srcdir)/git.mk |