From 27053b1befc8380404f76c2c03c08eb3a7b0692d Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Mon, 15 Jun 2009 18:18:33 +0200 Subject: Imported Upstream version 0.11 --- icons/22x22/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 icons/22x22/Makefile.am (limited to 'icons/22x22/Makefile.am') 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) -- cgit