summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJorge Pereira <jpereiran@gmail.com>2020-06-11 13:30:24 -0300
committerJorge Pereira <jpereiran@gmail.com>2020-06-11 13:30:30 -0300
commit1b4ed916b1eae12fc66ff95ce5c2dc1ff4b771e7 (patch)
tree57d139e8ffd0995d95be89cb84508e519cd172c2 /Makefile.am
parent402e46bb82964366746b86d77eb5afa69c279539 (diff)
Fix use of '-rdynamic'
The option should be informed to the linker.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7d19600f..7cf13a85 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -53,7 +53,7 @@ linux_platform_headers = \
all_platform_headers += $(linux_platform_headers)
if HTOP_LINUX
-AM_CFLAGS += -rdynamic
+AM_LDFLAGS += -rdynamic
myhtopplatsources = linux/Platform.c linux/IOPriorityPanel.c linux/IOPriority.c \
linux/LinuxProcess.c linux/LinuxProcessList.c linux/LinuxCRT.c linux/Battery.c

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