]> git.ipfire.org Git - thirdparty/squid.git/blob - icons/Makefile.am
SourceFormat Enforcement
[thirdparty/squid.git] / icons / Makefile.am
1 ## Copyright (C) 1996-2017 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.list
9
10 icondir = $(datadir)/icons/silk
11 icon_DATA = $(ICONS)
12 EXTRA_DIST = $(ICONS) icon.list SN.png
13 DISTCLEANFILES =
14
15 install-data-local: SN.png install-iconDATA
16 $(INSTALL_DATA) $(srcdir)/SN.png "$(DESTDIR)$(datadir)/icons/"
17
18 uninstall-local:
19 $(RM) $(DESTDIR)$(datadir)/icons/SN.png