Windows: Build thirdparty packages if there are any

This commit is contained in:
Asanka Herath
2010-08-26 16:05:06 -04:00
committed by Asanka C. Herath
parent 4b8c523d28
commit d6cf7e78e9

View File

@@ -29,7 +29,12 @@
# POSSIBILITY OF SUCH DAMAGE.
#
SUBDIRS = include lib kuser kdc admin kadmin kpasswd appl doc tools tests packages etc
!if exist(thirdparty/NTMakefile)
thirdparty=thirdparty
!endif
SUBDIRS = include lib kuser kdc admin kadmin kpasswd appl doc \
tools tests packages etc $(thirdparty)
!include windows/NTMakefile.w32