blob: 50af7a59de039a6971c8f5837a4018f3672ec42f [file]
# Copyright (c) 2022-2023, PostgreSQL Global Development Group
subdir('regress')
subdir('isolation')
subdir('authentication')
subdir('postmaster')
subdir('recovery')
subdir('subscription')
subdir('modules')
if ssl.found()
subdir('ssl')
endif
if ldap.found()
subdir('ldap')
endif
if gssapi.found()
subdir('kerberos')
endif
if icu.found()
subdir('icu')
endif
subdir('perl')