summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDaniel Lange <DLange@git.local>2020-11-30 16:17:09 +0100
committerBenBE <BenBE@geshi.org>2020-12-05 13:46:34 +0100
commit8029e9af04e6cd812383c392b791e6c4fd50b26d (patch)
tree1ddb878026633eeb609141fa2aee35c5052b2d8a /Makefile.am
parentef0fc7129ee5139b87f22cbda1f2c89dfdcfb4b6 (diff)
Update htop logo, provide .svg file as well
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6ef020c4..09790fa4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,12 +3,14 @@ AUTOMAKE_OPTIONS = subdir-objects
bin_PROGRAMS = htop
dist_man_MANS = htop.1
-EXTRA_DIST = $(dist_man_MANS) htop.desktop htop.png \
+EXTRA_DIST = $(dist_man_MANS) htop.desktop htop.png htop.svg \
install-sh autogen.sh missing
applicationsdir = $(datadir)/applications
applications_DATA = htop.desktop
pixmapdir = $(datadir)/pixmaps
pixmap_DATA = htop.png
+appicondir = $(datadir)/icons/hicolor/scalable/apps
+appicon_DATA = htop.svg
AM_CFLAGS += -pedantic -std=c99 -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"$(sysconfdir)\" -I"$(top_srcdir)/$(my_htop_platform)"
AM_LDFLAGS =

© 2014-2024 Faster IT GmbH | imprint | privacy policy