Skip to content

Commit

Permalink
pcp-htop: update makefiles for latest htop code sync
Browse files Browse the repository at this point in the history
  • Loading branch information
natoscott committed Jul 22, 2024
1 parent 9571801 commit 828d3f7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/pcp/htop/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ DISTARGET = $(PCP_BINADM_DIR)/$(CMDTARGET)
LLDLIBS = $(PCPLIB) $(LIB_FOR_NCURSESW) $(LIB_FOR_MATH) $(LIB_FOR_BACKTRACE)
NCURSES_CFLAGS = -DHAVE_LIBNCURSESW=$(HAVE_NCURSESW)
LCFLAGS = $(NCURSES_CFLAGS) $(C99_CFLAGS) -Ipcp -I.
LCFLAGS += -DVERSION=\"$(PCP_VERSION)\" -DSYSCONFDIR=\"$(PCP_SYSCONF_DIR)\"
LCFLAGS += -DNDEBUG -DVERSION=\"$(PCP_VERSION)\"
LCFLAGS += -DSYSCONFDIR=\"$(PCP_SYSCONF_DIR)\" -DCONFIGDIR=\"/.pcp\"
LCFLAGS += -DCOPYRIGHT=\"$(COPYRIGHT)\" -DPACKAGE=\"$(CMDTARGET)\"
LCFLAGS += -D_XOPEN_SOURCE_EXTENDED -DMAJOR_IN_SYSMACROS=1 -DNDEBUG
LCFLAGS += -D_XOPEN_SOURCE_EXTENDED -DMAJOR_IN_SYSMACROS=1

TOPCFILES = \
pcp-htop.c \
Expand Down

0 comments on commit 828d3f7

Please sign in to comment.