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