summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libps/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/libps/Makefile b/libps/Makefile
index 651db5e8..a3e84449 100644
--- a/libps/Makefile
+++ b/libps/Makefile
@@ -27,9 +27,14 @@ SRCS = context.c filters.c fmt.c host.c proclist.c procstat.c spec.c \
LCLHDRS=ps.h
installhdrs=ps.h
-OBJS = $(subst .c,.o,$(SRCS))
+MIGSTUBS=msgUser.o termUser.o
+
+OBJS = $(subst .c,.o,$(SRCS)) $(MIGSTUBS)
CPPFLAGS += -I../lib
+MIGCOMUFLAGS=-subrprefix __
+msg-MIGUFLAGS = -D'MSG_IMPORTS=waittime 1000;'
+term-MIGUFLAGS = -D'TERM_IMPORTS=waittime 1000;'
include ../Makeconf