aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorTim Deegan <Tim.Deegan@xensource.com>2007-01-22 11:49:11 +0000
committerTim Deegan <Tim.Deegan@xensource.com>2007-01-22 11:49:11 +0000
commit637851afeeb49c1d6709ae49add67f7a8c0da787 (patch)
tree95e5f677b296183be3b30bbac3b6f919cca98b9f /tools/Makefile
parent5ba43a5774a07d778e1fe3adad6ecaf434468649 (diff)
downloadxen-637851afeeb49c1d6709ae49add67f7a8c0da787.tar.gz
xen-637851afeeb49c1d6709ae49add67f7a8c0da787.tar.bz2
xen-637851afeeb49c1d6709ae49add67f7a8c0da787.zip
[PYGRUB] Add python module for POSIX ptsname(2) function.
Signed-off-by: Tim Deegan <Tim.Deegan@xensource.com>
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/Makefile b/tools/Makefile
index b4156fc904..77ec437689 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -26,6 +26,7 @@ SUBDIRS-$(LIBXENAPI_BINDINGS) += libxen
ifeq ($(XEN_COMPILE_ARCH),$(XEN_TARGET_ARCH))
SUBDIRS-y += python
SUBDIRS-y += pygrub
+SUBDIRS-y += ptsname
endif
.PHONY: all