diff options
author | Guido Günther <agx@sigxcpu.org> | 2009-06-15 18:18:33 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2009-06-15 18:18:33 +0200 |
commit | 27053b1befc8380404f76c2c03c08eb3a7b0692d (patch) | |
tree | 10a748b4785cce56ed4b272844003611a489cc38 /icons/48x48/Makefile.am | |
parent | Imported Upstream version 0.10 (diff) | |
download | krb5-auth-dialog-27053b1befc8380404f76c2c03c08eb3a7b0692d.tar.gz krb5-auth-dialog-27053b1befc8380404f76c2c03c08eb3a7b0692d.tar.bz2 krb5-auth-dialog-27053b1befc8380404f76c2c03c08eb3a7b0692d.zip |
Imported Upstream version 0.11
Diffstat (limited to 'icons/48x48/Makefile.am')
-rw-r--r-- | icons/48x48/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/icons/48x48/Makefile.am b/icons/48x48/Makefile.am new file mode 100644 index 0000000..b88788b --- /dev/null +++ b/icons/48x48/Makefile.am @@ -0,0 +1,10 @@ +NULL = + +icondir = ${datadir}/icons/hicolor/48x48/status +icon_DATA = \ + krb-valid-ticket.png \ + krb-no-valid-ticket.png \ + krb-expiring-ticket.png \ + $(NULL) + +EXTRA_DIST = $(icon_DATA) |