diff options
Diffstat (limited to 'icons/22x22/Makefile.am')
-rw-r--r-- | icons/22x22/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/icons/22x22/Makefile.am b/icons/22x22/Makefile.am new file mode 100644 index 0000000..e7addbb --- /dev/null +++ b/icons/22x22/Makefile.am @@ -0,0 +1,10 @@ +NULL = + +icondir = ${datadir}/icons/hicolor/22x22/status +icon_DATA = \ + krb-valid-ticket.png \ + krb-no-valid-ticket.png \ + krb-expiring-ticket.png \ + $(NULL) + +EXTRA_DIST = $(icon_DATA) |