]> git.ipfire.org Git - thirdparty/squid.git/blame - icons/Makefile.am
Source Format Enforcement (#1234)
[thirdparty/squid.git] / icons / Makefile.am
CommitLineData
b8ae064d 1## Copyright (C) 1996-2023 The Squid Software Foundation and contributors
a151895d
AJ
2##
3## Squid software is distributed under GPLv2+ license and includes
4## contributions from numerous individuals and organizations.
5## Please see the COPYING and CONTRIBUTORS files for details.
6##
7
2b5ebbe3 8include $(top_srcdir)/icons/icon.am
a2794549 9
e8dc75b7 10icondir = $(datadir)/icons/silk
6315a7ca 11icon_DATA = $(ICONS)
2b5ebbe3
AJ
12EXTRA_DIST = \
13 $(ICONS) \
14 icon.am \
15 SN.png
16DISTCLEANFILES =
a2794549 17
d78c092d 18install-data-local: SN.png install-iconDATA
e8dc75b7 19 $(INSTALL_DATA) $(srcdir)/SN.png "$(DESTDIR)$(datadir)/icons/"
ef654b07
AJ
20
21uninstall-local:
e8dc75b7 22 $(RM) $(DESTDIR)$(datadir)/icons/SN.png