diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/libdraw/x11-init.c | 2 | ||||
-rw-r--r-- | src/mkone | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/libdraw/x11-init.c b/src/libdraw/x11-init.c index 73df170f..a83d5b9d 100644 --- a/src/libdraw/x11-init.c +++ b/src/libdraw/x11-init.c @@ -378,7 +378,7 @@ xattach(char *label) /* * Look up clipboard atom. */ - _x.clipboard = XInternAtom(_x.display, "CLIPBOARD", True); + _x.clipboard = XInternAtom(_x.display, "CLIPBOARD", False); /* * Lots of display connections for various procs. @@ -11,6 +11,7 @@ install:V: $TARG.install $BIN/%: $O.% $INSTALL $O.$stem $BIN/$stem +CLEANFILES=$CLEANFILES $PROG NUKEFILES=$NUKEFILES $BIN/$TARG <$PLAN9/src/mkcommon |