]> git.ipfire.org Git - thirdparty/squid.git/blob - icons/Makefile.am
Source Format Enforcement (#763)
[thirdparty/squid.git] / icons / Makefile.am
1 ## Copyright (C) 1996-2021 The Squid Software Foundation and contributors
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
8 include $(top_srcdir)/icons/icon.am
9
10 icondir = $(datadir)/icons/silk
11 icon_DATA = $(ICONS)
12 EXTRA_DIST = \
13 $(ICONS) \
14 icon.am \
15 SN.png
16 DISTCLEANFILES =
17
18 install-data-local: SN.png install-iconDATA
19 $(INSTALL_DATA) $(srcdir)/SN.png "$(DESTDIR)$(datadir)/icons/"
20
21 uninstall-local:
22 $(RM) $(DESTDIR)$(datadir)/icons/SN.png