From a80d71e7dc3b46980b9f91c9238599fee26cc1b2 Mon Sep 17 00:00:00 2001 From: John Denker Date: Sat, 24 Nov 2012 11:53:34 -0800 Subject: working toward identifying the "owning domain" --- tools/makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools/makefile') diff --git a/tools/makefile b/tools/makefile index 2373125..7d0afbf 100644 --- a/tools/makefile +++ b/tools/makefile @@ -29,7 +29,8 @@ qprogs = $(qmain:%.c=%) moremain = wripper.c bash-c.c ltgrey.c fixown.c pipette.c moreprogs = $(moremain:%.c=%) -nonmain = libltgrey.c +# sources for libraries +nonmain = libltgrey.c libskrewt.c sources = $(qmain) $(moremain) $(nonmain) -- cgit v1.2.3