Modified: CalendarServer/trunk/support/Makefile.Apple (1551 => 1552)
--- CalendarServer/trunk/support/Makefile.Apple 2007-05-22 20:13:58 UTC (rev 1551)
+++ CalendarServer/trunk/support/Makefile.Apple 2007-05-22 22:06:34 UTC (rev 1552)
@@ -43,20 +43,21 @@
PyKerberos:: $(BuildDirectory)/PyKerberos
PyOpenDirectory:: $(BuildDirectory)/PyOpenDirectory
+PyAppleAuth:: $(BuildDirectory)/PyAppleAuth
vobject:: $(BuildDirectory)/vobject
Twisted:: $(BuildDirectory)/Twisted
pydirector-1.0.0:: $(BuildDirectory)/pydirector-1.0.0
python-dateutil-1.1:: $(BuildDirectory)/python-dateutil-1.1
$(Project):: $(BuildDirectory)/$(Project)
-build:: PyKerberos PyOpenDirectory pydirector-1.0.0 vobject python-dateutil-1.1 Twisted $(Project)
+build:: PyKerberos PyOpenDirectory PyAppleAuth pydirector-1.0.0 vobject python-dateutil-1.1 Twisted $(Project)
setup:
$(_v) $(Sources)/run -s
-prep:: setup PyKerberos.tgz PyOpenDirectory.tgz pydirector-1.0.0.tgz vobject.tgz python-dateutil-1.1.tgz Twisted.tgz
+prep:: setup PyKerberos.tgz PyOpenDirectory.tgz PyAppleAuth.tgz pydirector-1.0.0.tgz vobject.tgz python-dateutil-1.1.tgz Twisted.tgz
-PyKerberos PyOpenDirectory pydirector-1.0.0 vobject python-dateutil-1.1 $(Project)::
+PyKerberos PyOpenDirectory PyAppleAuth pydirector-1.0.0 vobject python-dateutil-1.1 $(Project)::
@echo "Building $@..."
$(_v) cd $(BuildDirectory)/$@ && $(Environment) $(PYTHON) setup.py build
@@ -76,6 +77,7 @@
--install-data="$(ETCDIR)"
$(_v) cd $(BuildDirectory)/PyKerberos && $(Environment) $(PYTHON) setup.py install $(PY_INSTALL_FLAGS)
$(_v) cd $(BuildDirectory)/PyOpenDirectory && $(Environment) $(PYTHON) setup.py install $(PY_INSTALL_FLAGS)
+ $(_v) cd $(BuildDirectory)/PyAppleAuth && $(Environment) $(PYTHON) setup.py install $(PY_INSTALL_FLAGS)
$(_v) cd $(BuildDirectory)/pydirector-1.0.0 && $(Environment) $(PYTHON) setup.py install $(PY_INSTALL_FLAGS)
$(_v) cd $(BuildDirectory)/vobject && $(Environment) $(PYTHON) setup.py install $(PY_INSTALL_FLAGS)
$(_v) cd $(BuildDirectory)/python-dateutil-1.1 && $(Environment) $(PYTHON) setup.py install $(PY_INSTALL_FLAGS)