diff options
author | John Denker <jsd@av8n.com> | 2012-11-24 11:53:34 -0800 |
---|---|---|
committer | John Denker <jsd@av8n.com> | 2012-11-24 11:53:34 -0800 |
commit | a80d71e7dc3b46980b9f91c9238599fee26cc1b2 (patch) | |
tree | 9831468092f614ad0d735aa2655eb39f07d0745d /tools/makefile | |
parent | 348bd85500f5cb5dc4b239e98d9459dbe71f96bc (diff) |
working toward identifying the "owning domain"
Diffstat (limited to 'tools/makefile')
-rw-r--r-- | tools/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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) |